On 11/01/2010 05:26 PM, David Kirkby wrote: > On 1 November 2010 22:23, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote: >> On 2010-11-01 22:59, Mitesh Patel wrote: >>> By the way, what is the best way to copy an entire [scratch-built] Sage >>> distribution on Solaris? For example, >>> >>> cp -a sage-original-distribution sage-copy-to-upgrade >> Probably using a tarball? Tar the original directory and then untar it >> where you want it. > > There's no need to create a tar file though - just copy stdout of one > tar process into stdin of the other. > > tar cf - sage-4.6 | (cd tmp/; tar xfp -)
Thanks! I've added some upgrade and "fat" binary builders. The binaries are under http://sage.math.washington.edu/home/buildbot/binaries/ Does it usually take a long time (~1 hour) to make a dmg distribution on bsd.math, or more generally, on OS X? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org