#9433: Put more files under revision control.
--------------------------------------------+-------------------------------
Reporter: jhpalmieri | Owner: tbd
Type: enhancement | Status: needs_work
Priority: blocker | Milestone: sage-4.7
Component: distribution | Keywords:
Author: John Palmieri | Upstream: N/A
Reviewer: Leif Leonhardy, Volker Braun | Merged:
Work_issues: |
--------------------------------------------+-------------------------------
Changes (by jdemeyer):
* status: needs_review => needs_work
Comment:
Upgrading sage-4.7.alpha0 -> sage-4.7.alpha1 fails because of uncommitted
changes: during the install of `sage_root-4.7.alpha1.spkg`, I get an
editor with
{{{
HG: Enter commit message. Lines beginning with 'HG:' are removed.
HG: Leave message empty to abort commit.
HG: --
HG: user: Jeroen Demeyer <[email protected]>
HG: branch 'default'
HG: changed spkg/install
HG: changed spkg/standard/deps
}}}
`hg diff` gives:
{{{
diff -r 1c44cedc9957 spkg/install
--- a/spkg/install Thu Feb 17 15:54:54 2011 +0000
+++ b/spkg/install Sun Feb 20 16:06:09 2011 +0100
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
+# TESTING PATCH
+
###############################################################################
# Check if pipestatus already exists, otherwise
# create it to allow upgrade from Sage <4.5. This is a temporary fix.
@@ -422,9 +424,6 @@
TERMCAP=`$newest termcap`
export TERMCAP
-WEAVE=`$newest weave`
-export WEAVE
-
ZLIB=`$newest zlib`
export ZLIB
}}}
and something similar for `spkg/standard/deps`.
It seems that `spkg/install` and `spkg/standard/deps` are changed by the
upgrader before the Sage root repository is installed and that this causes
trouble.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9433#comment:142>
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.