#20897: Fixes to SAGE_BANNER=bare support throughout
-------------------------------------+-------------------------------------
       Reporter:  embray             |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-7.3
      Component:  user interface     |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Erik Bray          |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:  u/embray/sage-     |       Commit:
  banner                             |  41f98cff8fbc052dd7fd0e3951ffb3a0252f8baf
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by chapoton):

 this looks strange:
 {{{
 #!diff
 --- a/src/bin/sage-update-version
 +++ b/src/bin/sage-update-version
 @@ -46,9 +46,10 @@ EOF
  # Rebuild the Sage library for the change in version.py to take effect
  "$SAGE_ROOT/sage" -b

 -# Update Sage version file
 -echo "SageMath version $SAGE_VERSION, Release Date: $SAGE_RELEASE_DATE" \
 -    > "$SAGE_ROOT/VERSION.txt"
 +# Update the simplified Sage banner
 +"$SAGE_ROOT/sage" --python -c \
 +    "import sage.misc.banner; sage.misc.banner.banner(full=False)" \
 +    > "$SAGE_SRC/bin/VERSION.txt"
 }}}
 Do you really want to change the place where VERSION.txt is stored ?

--
Ticket URL: <https://trac.sagemath.org/ticket/20897#comment:2>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to