#9433: Put more files under revision control.
-----------------------------+----------------------------------------------
Reporter: jhpalmieri | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.6
Component: distribution | Keywords:
Author: John Palmieri | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Comment(by jhpalmieri):
Here are new versions; the only difference with any content (i.e., other
than capitalization, I think) is from sage-upgrade:
{{{
#!diff
-./pipestatus "sage-spkg $ROOT_REPO 2>&1" "tee -a
$SAGE_ROOT/spkg/logs/$ROOT_REPO.log"
+./pipestatus "sage-spkg $ROOT_REPO 2>&1" "tee -a
'$SAGE_ROOT'/spkg/logs/$ROOT_REPO.log"
+
+if [ $? -ne 0 ]; then
+ echo "Error installing Sage root repository."
+ exit 1
+fi
}}}
I don't know why base packages don't get upgraded. That's for another
ticket.
> Should I create an upgrade path on sage.math?
I meant so that people could test "sage -upgrade". I'll do this pretty
soon.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9433#comment:55>
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.