#9433: Put more files under revision control.
--------------------------------------------+-------------------------------
Reporter: jhpalmieri | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.6.2
Component: distribution | Keywords:
Author: John Palmieri | Upstream: N/A
Reviewer: Leif Leonhardy, Volker Braun | Merged:
Work_issues: |
--------------------------------------------+-------------------------------
Comment(by jdemeyer):
Replying to [comment:106 vbraun]:
> The ipython directory is in the `sage_scripts` repository and
`sage_scripts/spkg-install` manually copies it into `$SAGE_ROOT`. The
patch on this ticket removes that part from `sage_scripts/spkg-install`,
so it will no longer be copied over.
Okay, I see. I got confused by the renaming of `sage-spkg-install` to
`spkg-install`, so I didn't realize what the file `sage-spkg-install` was
all about.
> I'm not sure if the removal of the quotes has any deeper meaning. But
right-hand-sides of variable assignments need not be quoted in shell
script:
> {{{
> [vbraun@volker-two ~]$ x="a b"
> [vbraun@volker-two ~]$ y=$x/c
> [vbraun@volker-two ~]$ echo $y
> a b/c
> }}}
I agree, but I think that having the quotes is clearer anyway.
This is most certainly a bug (in `sage-make_devel_packages`):
{{{
+if [ ! -f "$PKG/sage_scripts-$SAGE_VERSION.spkg" ]; then
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9433#comment:107>
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.