Changes between Version 17 and Version 19 of Ticket #11080


Ignore:
Timestamp:
12/19/11 13:43:46 (17 months ago)
Author:
jason
Comment:

For future reference, here are the instructions if we had a sagenb_dependencies spkg. DON'T USE THESE--use the instructions in the description of the ticket.

cd $SAGE_ROOT
./sage -hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/11080/trac-11080-sagenb_dependencies-spkg.patch
./sage -hg qpush
./sage -f http://sage.math.washington.edu/home/jason/sagenb_dependencies-20111216.spkg
./sage -f http://sage.math.washington.edu/home/jason/twisted-11.0.0.spkg
./sage -f http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg
cd devel/sage
../../sage -hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/11078/trac_11078.patch
../../sage -hg qpush
cd ../../
./sage -br

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11080 – Description

    v17 v19  
    22 
    33'''spkg''':  
    4   * http://sage.math.washington.edu/home/jason/sagenb_dependencies-20111216.spkg  
    54  * http://sage.math.washington.edu/home/jason/twisted-11.0.0.spkg (from #11874) 
    6   * http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg  
     5  * http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg (this includes all dependencies not already in Sage) 
    76 
    87'''apply''': 
    98  * Apply the patch from #11078 to the normal sage repository 
    10   * Apply [attachment:trac-11080-sagenb_dependencies-spkg.patch] to the $SAGE_ROOT repository (this updates the spkg dependencies lists to include the new spkg). 
     9  * DO NOT apply [attachment:trac-11080-sagenb_dependencies-spkg.patch] to the $SAGE_ROOT repository (this updates the spkg dependencies lists to include the new spkg).  (that patch is only if we end up using a sagenb_dependencies spkg) 
    1110 
    1211Relevant code repository: http://code.google.com/r/jasongrout-flask-sagenb/ 
     
    1514{{{ 
    1615cd $SAGE_ROOT 
    17 ./sage -hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/11080/trac-11080-sagenb_dependencies-spkg.patch 
    18 ./sage -hg qpush 
    19 ./sage -f http://sage.math.washington.edu/home/jason/sagenb_dependencies-20111216.spkg 
    2016./sage -f http://sage.math.washington.edu/home/jason/twisted-11.0.0.spkg 
    2117./sage -f http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg