#6645: make sure bdist of sage-4.1.1 works before release
---------------------+------------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1.1
Component: build | Keywords:
Reviewer: | Author:
Merged: |
---------------------+------------------------------------------------------
Comment(by mpatel):
I'm not even sure that the patch still works for the failed tests.
It should not work for the doc-rebuild problem. As far as I can tell,
`SAGE_ROOT/spkg/install` is not under version control, but this is what I
have in mind:
{{{
--- install.orig 2009-08-05 08:28:30.099076846 -0700
+++ install 2009-08-05 07:35:39.097918589 -0700
@@ -373,8 +373,8 @@ if [ $? -ne 0 ]; then
fi
#Build the documentation
-rm -rf "$SAGE_ROOT"/devel/sage-main/doc/output/doctrees
-rm -rf "$SAGE_ROOT"/devel/sage-main/doc/en/reference/sage/*
+#rm -rf "$SAGE_ROOT"/devel/sage-main/doc/output/doctrees
+#rm -rf "$SAGE_ROOT"/devel/sage-main/doc/en/reference/sage/*
"$SAGE_ROOT"/sage -docbuild --jsmath all html
if [ "$1" = "all" -a $? = 0 ]; then
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6645#comment:4>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---