#7606: images not picked up when making source releases of Sage 4.3.alpha0 and
4.3.alpha1
-----------------------------+----------------------------------------------
Reporter: mvngu | Owner: mvngu
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.3
Component: documentation | Keywords:
Work_issues: | Author: Minh Van Nguyen
Upstream: N/A | Reviewer:
Merged: |
-----------------------------+----------------------------------------------
Changes (by newvalueoldvalue):
* status: new => needs_review
* author: => Minh Van Nguyen
Comment:
Here are some steps to fix the problem with missing image files. On a
freshly compiled Sage 4.3.alpha1 or a newly unpacked binary of that
version, do a Mercurial revert to recover the deleted images:
{{{
[mv...@sage sage-4.3.alpha1-7606-images]$ cd devel/sage-main/
[mv...@sage sage-main]$ hg st
! doc/fr/a_tour_of_sage/eigen_plot.png
! doc/fr/a_tour_of_sage/sin_plot.png
[mv...@sage sage-main]$ hg revert -a
reverting doc/fr/a_tour_of_sage/eigen_plot.png
reverting doc/fr/a_tour_of_sage/sin_plot.png
[mv...@sage sage-main]$ hg st
<no output>
}}}
Next, apply the patch `trac_7606-manifest.patch`, which configures
MANIFEST.in to pick up those two image files when making a source release.
Afterwards, making a source tarball with "./sage -sdist <version-number>"
should also pick up the two image files.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7606#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 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.