R. Andrew Ohana a écrit :
> To push the git branch
>
> 1) go into your preferences in trac; there is a new tab for adding ssh keys
> - add an ssh key
I don't seem to manage to authenticate with the ssh key I uploaded. Here is the
log I get by running ssh -v manually:
OpenSSH_6.2p2 Debian-6, Op
On Thu, Jul 18, 2013 at 12:38 AM, Marc Mezzarobba wrote:
> Am I doing something wrong?
>
It's like github in that there is no shell access and everyone is under the
same username 'git'. If you do
ssh -v -p g...@trac.sagemath.org
It should display the repositories you have read and/or write
R. Andrew Ohana wrote:
> It's like github in that there is no shell access and everyone is under the
> same username 'git'.
>
> If you do
>
> ssh -v -p g...@trac.sagemath.org
>
> It should display the repositories you have read and/or write access to (in
> this case it should just be the sag
On 07/18/2013 02:49 PM, R. Andrew Ohana wrote:
On Wed, Jul 17, 2013 at 11:44 PM, P Purkayastha mailto:ppu...@gmail.com>> wrote:
The new trac looks good! Almost every link has a square box next to
it. Is that intentional?
Looking at the front page of trac it appears to indicate links th
On 18 July 2013 10:15, Marc Mezzarobba wrote:
> R. Andrew Ohana wrote:
>> It's like github in that there is no shell access and everyone is under the
>> same username 'git'.
>>
>> If you do
>>
>> ssh -v -p g...@trac.sagemath.org
>>
>> It should display the repositories you have read and/or wr
On 2013-07-18, John Cremona wrote:
> On 18 July 2013 10:15, Marc Mezzarobba wrote:
>> R. Andrew Ohana wrote:
>>> It's like github in that there is no shell access and everyone is under the
>>> same username 'git'.
>>>
>>> If you do
>>>
>>> ssh -v -p g...@trac.sagemath.org
>>>
>>> It should d
On 2013-07-18, Dima Pasechnik wrote:
> On 2013-07-18, John Cremona wrote:
>> On 18 July 2013 10:15, Marc Mezzarobba wrote:
>>> R. Andrew Ohana wrote:
It's like github in that there is no shell access and everyone is under the
same username 'git'.
If you do
ssh -v -p
Ok, this should be fixed now. Gitolite would fail midway through updating
everything if there was even a single malformed public key -- I patched it
to not be so stupid.
On Thu, Jul 18, 2013 at 5:46 AM, Dima Pasechnik wrote:
> On 2013-07-18, Dima Pasechnik wrote:
> > On 2013-07-18, John Cremon
On Thursday, 18 July 2013 10:15:29 UTC+1, Marc Mezzarobba wrote:
>
> R. Andrew Ohana wrote:
> > It's like github in that there is no shell access and everyone is under
> the
> > same username 'git'.
> >
> > If you do
> >
> > ssh -v -p g...@trac.sagemath.org
> >
> > It should displa
I can confirm that its working for me. Here is my .ssh/config:
--- begin of snip ---
Host trac
Hostname trac.sagemath.org
#IdentityFile ~/.ssh/id_rsa_git if you want to use non-default
User git
Port
--- end of snip ---
$ ssh trac help
hello vbraun, this is gitolite3 (unknown) o
On Thursday, 18 July 2013 14:08:34 UTC+1, Dima Pasechnik wrote:
>
>
>
> On Thursday, 18 July 2013 10:15:29 UTC+1, Marc Mezzarobba wrote:
>>
>> R. Andrew Ohana wrote:
>> > It's like github in that there is no shell access and everyone is under
>> the
>> > same username 'git'.
>> >
>> > If you
R. Andrew Ohana wrote:
> Ok, this should be fixed now.
It works, thanks!
--
Marc
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-devel+unsubscr...@googlegr
On Thu, Jul 18, 2013 at 5:29 AM, R. Andrew Ohana wrote:
> Ok, everything should be back up and running now.
>
thx for all the hard word, this is awesome now! ;-)
h
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group a
The OpenPandora (http://en.wikipedia.org/wiki/Openpandora) is something between
a handheld game console and a tiny laptop. Today I packaged Sage for the
OpenPandora - it is now available on the OpenPandora repo:
http://repo.openpandora.org/?page=detail&app=sage.wb
This probably yields the most
On Jul 17, 2013, at 11:17 PM, Jason Grout wrote:
> On 7/15/13 6:58 AM, Pedro Cruz wrote:
>> Hello,
>>
>> what sequence of instructions could tell what Sage 5.10 "user-interface"
>> is currently being used ?
>>
>> Possible answers are:
>>
>> - cloud.sagemath.org
>> - Sage Notebook
>> - "linux
On Thu, Jul 18, 2013 at 8:13 AM, Jon Sneyers wrote:
> The OpenPandora (http://en.wikipedia.org/wiki/Openpandora) is something
> between a handheld game console and a tiny laptop. Today I packaged Sage for
> the OpenPandora - it is now available on the OpenPandora repo:
> http://repo.openpandora
R. Andrew Ohana a écrit :
> 1) go into your preferences in trac; there is a new tab for adding ssh keys
> - add an ssh key
> 2) then do
>
> git remote add trac ssh://g...@trac.sagemath.org:/sage.git
> git push trac local/branch/name:u/TracUsername/remote/branch/name
If anyone likes to exp
How did you manage to compile it? you did so in the pandora device itself?
it should have taken a lot of itime.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sa
When I click on the branch (u/mmezzarobba/fix_micro_release) then I get a
504 Gateway Time-Out. It seems that the three-way diff doesn't like that
old == base:
Timeout:
http://trac.sagemath.org/changeset?new=a13a04286b549bfd3e7b9c99d87b5ec8c8ab5b6d&base=5d8b2ff4794c44c7fa7a9d86ec567ecfa337e566&
This now works for me except that I get the response
hello anonymous, this is gitolite3 (unknown) on git 1.7.9.5
-- where is it suppsed to get my name from?
John
On 18 July 2013 15:09, Marc Mezzarobba wrote:
> R. Andrew Ohana wrote:
>> Ok, this should be fixed now.
>
> It works, thanks!
>
> --
Also, when I now log into trac I get this Warning:
Warning: Can't synchronize with repository "(default)" (Unsupported
version control system "git": Can't find an appropriate component,
maybe the corresponding plugin was not enabled? ). Look in the Trac
log for more information.
???
John
On 18
On Tue, Jul 16, 2013 at 2:07 PM, Simon King wrote:
> Hi David,
>
> On 2013-07-16, David Kohel wrote:
> > Defining the (left or right) action by * would probably be a
> > nightmare with the coercion model, since it is handled as
> > a symmetric operator.
>
> Is this really so?
>
> There is stuff
On 2013-07-18, Marc Mezzarobba wrote:
> R. Andrew Ohana a écrit :
>> 1) go into your preferences in trac; there is a new tab for adding ssh keys
>> - add an ssh key
>> 2) then do
>>
>> git remote add trac ssh://g...@trac.sagemath.org:/sage.git
>> git push trac local/branch/name:u/TracUser
On Thu, Jul 18, 2013 at 11:04 AM, Volker Braun wrote:
> When I click on the branch (u/mmezzarobba/fix_micro_release) then I get a
> 504 Gateway Time-Out. It seems that the three-way diff doesn't like that
> old == base:
>
> Timeout:
>
>
> http://trac.sagemath.org/changeset?new=a13a04286b549bfd3e7b
On Thu, Jul 18, 2013 at 1:26 PM, John Cremona wrote:
> This now works for me except that I get the response
>
> hello anonymous, this is gitolite3 (unknown) on git 1.7.9.5
>
> -- where is it suppsed to get my name from?
>
Somehow you managed to get write permissions as an anonymous user (probably
On Thu, Jul 18, 2013 at 1:29 PM, John Cremona wrote:
> Also, when I now log into trac I get this Warning:
>
> Warning: Can't synchronize with repository "(default)" (Unsupported
> version control system "git": Can't find an appropriate component,
> maybe the corresponding plugin was not enabled? )
On Thu, Jul 18, 2013 at 3:58 PM, Dima Pasechnik wrote:
> On 2013-07-18, Marc Mezzarobba wrote:
> > R. Andrew Ohana a écrit :
> >> 1) go into your preferences in trac; there is a new tab for adding ssh
> keys
> >> - add an ssh key
> >> 2) then do
> >>
> >> git remote add trac ssh://g...@trac.sa
Hey Andrew,
Could you raise the upload file size limit, I have a patch which is a
bit larger than 256kB due to a bunch of small changes that needed to happen
in files (it's #14772 which rewrites permutations). I would prefer to not
have to split it into 2 patches.
Thanks,
Travis
--
You re
On Thu, Jul 18, 2013 at 8:24 PM, Travis Scrimshaw wrote:
> Hey Andrew,
>Could you raise the upload file size limit, I have a patch which is a
> bit larger than 256kB due to a bunch of small changes that needed to happen
> in files (it's #14772 which rewrites permutations). I would prefer to no
On 7/18/13 8:33 AM, Ivan Andrus wrote:
On Jul 17, 2013, at 11:17 PM, Jason Grout
wrote:
On 7/15/13 6:58 AM, Pedro Cruz wrote:
Hello,
what sequence of instructions could tell what Sage 5.10
"user-interface" is currently being used ?
Possible answers are:
- cloud.sagemath.org - Sage Notebook
Thank you.
On Friday, July 19, 2013 9:13:46 AM UTC+5:30, R. Andrew Ohana wrote:
>
> On Thu, Jul 18, 2013 at 8:24 PM, Travis Scrimshaw
>
> > wrote:
>
>> Hey Andrew,
>>Could you raise the upload file size limit, I have a patch which is a
>> bit larger than 256kB due to a bunch of small change
31 matches
Mail list logo