Re: [sage-devel] Cloning is frustratingly slow

2010-08-05 Thread Robert Bradshaw
On Thu, Aug 5, 2010 at 2:29 AM, Minh Nguyen wrote: > Hi Fredrik, > > Here's a simplistic way that doesn't involve cloning or queues. > Compile Sage from source on your machine and wrap up a binary for that > machine with > > $ ./sage -bdist x.y.z-description > > The resulting binary then appears u

Re: [sage-devel] Cloning is frustratingly slow

2010-08-05 Thread Minh Nguyen
Hi Fredrik, Here's a simplistic way that doesn't involve cloning or queues. Compile Sage from source on your machine and wrap up a binary for that machine with $ ./sage -bdist x.y.z-description The resulting binary then appears under SAGE_ROOT/dist/. Copy/move that binary to somewhere safe so yo

[sage-devel] Cloning is frustratingly slow

2010-08-01 Thread Fredrik Johansson
Hi, sage -clone new_branch takes 15 minutes on my "fast" laptop (and about twice that time on my slow laptop). Nearly all that time (~14 minutes) is spent rebuilding the entire documentation. The documentation shouldn't change when a fresh clone is created, and Sphinx supports updating only change