Minh Nguyen wrote:
Hi David,

On Wed, Mar 3, 2010 at 12:17 PM, Dr. David Kirkby
<david.kir...@onetel.net> wrote:

<SNIP>

'qimport' reports no issues, but 'qfinish -a' tells me there are no patches
applied. I've verified that indeed the patches are not applied.

Correction:

(1) hg qimport /URL/or/patch/to/patch.path  # get/download the patch
(2) hg qpush   # really apply the patch

Repeat (1) and (2) as often as necessary. After that, do this

$ hg qapplied

This should return the list of patches you have applied using "hg
qpush". Once you are ready, do

$ hg qfinish -a

Apology for missing the "hg qpush" part.


Thank you. That has worked (I've put it below for the record). Now I can repackage it, start the build and go to bed.

PS, if you want to check anything, feel free to use:

http://redstart.drkirkby.co.uk:8000

It is not fast (only 900 MHz), has only 2 GB RAM, and a slowish network connection, but all patches are included, with the exception of the numerical noise ones, as I forgot to add them to that build.

Dave

kir...@t2:[/scratch/kirkby/sage-4.3.3/spkg/standard] $ rm -rf sage-4.3.3
kir...@t2:[/scratch/kirkby/sage-4.3.3/spkg/standard] $ tar xfj sage-4.3.3.spkg
kir...@t2:[/scratch/kirkby/sage-4.3.3/spkg/standard] $ cd sage-4.3.3
kir...@t2:[/scratch/kirkby/sage-4.3.3/spkg/standard/sage-4.3.3] $ hg qimport ../numerical-noise-on-SPARC.patch
adding numerical-noise-on-SPARC.patch to series file
kir...@t2:[/scratch/kirkby/sage-4.3.3/spkg/standard/sage-4.3.3] $ hg qpush
applying numerical-noise-on-SPARC.patch
now at: numerical-noise-on-SPARC.patch
kir...@t2:[/scratch/kirkby/sage-4.3.3/spkg/standard/sage-4.3.3] $ hg qimport ../8374-numerical-noise.patch
adding 8374-numerical-noise.patch to series file
kir...@t2:[/scratch/kirkby/sage-4.3.3/spkg/standard/sage-4.3.3] $ hg qpush
applying 8374-numerical-noise.patch
now at: 8374-numerical-noise.patch
kir...@t2:[/scratch/kirkby/sage-4.3.3/spkg/standard/sage-4.3.3] $ hg qimport ../top-to-prstat.patch
adding top-to-prstat.patch to series file
kir...@t2:[/scratch/kirkby/sage-4.3.3/spkg/standard/sage-4.3.3] $ hg qpush
applying top-to-prstat.patch
now at: top-to-prstat.patch
kir...@t2:[/scratch/kirkby/sage-4.3.3/spkg/standard/sage-4.3.3] $ hg qapplied
numerical-noise-on-SPARC.patch
8374-numerical-noise.patch
top-to-prstat.patch
kir...@t2:[/scratch/kirkby/sage-4.3.3/spkg/standard/sage-4.3.3] $ hg qfinish -a


--
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

Reply via email to