#13121: Upgrade sagenb to 0.10.x
---------------------------------------------------------+------------------
       Reporter:  kini                                   |         Owner:  
jason, mpatel, was           
           Type:  enhancement                            |        Status:  
needs_work                   
       Priority:  major                                  |     Milestone:  
sage-5.4                     
      Component:  notebook                               |    Resolution:       
                        
       Keywords:  sagenb                                 |   Work issues:       
                        
Report Upstream:  N/A                                    |     Reviewers:  John 
Palmieri, Jonathan Gutow
        Authors:  Keshav Kini                            |     Merged in:       
                        
   Dependencies:  #11080, #9774, #11913, #12299, #13384  |      Stopgaps:       
                        
---------------------------------------------------------+------------------
Changes (by jdemeyer):

  * status:  positive_review => needs_work


Comment:

 There is a easy to fix bug in `spkg-install`: the command
 {{{
 tar xf "$CUR/src/$BASENAME.tar.gz"
 }}}
 should be
 {{{
 tar xzf "$CUR/src/$BASENAME.tar.gz" || die "Error: cannot extract
 $BASENAME.tar.gz"
 }}}
 or similar.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13121#comment:106>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to