#18826: A sage-sanity-check-package using the 'spkg-src' scripts
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  ncohen                 |       Status:  needs_work
           Type:         |    Milestone:  sage-6.8
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:  build  |    Reviewers:
       Keywords:         |  Work issues:
        Authors:         |       Commit:
  Nathann Cohen          |  fa4edd7810fb1d599f08d01c79a8183a0a806eae
Report Upstream:  N/A    |     Stopgaps:
         Branch:         |
  public/18826           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by jdemeyer):

 To refresh your mind about the conditions:
 1. The `spkg-src` script should only be run within a Sage shell.
 1. The `spkg-src` script should be runnable from any directory (do not
 assume the current directory is `build/pkgs/PKGNAME`)
 1. The tarball should be created in the `$SAGE_DISTFILES` directory.
 1. The script should not change any file (not even temporary) outside
 `$SAGE_DISTFILES`.
 1. The resulting tarball should be either uncompressed with a `.tar`
 extension of bzipped with a `.tar.bz2` extension.
 1. The `spkg-src` script should use `sage-download-file` to download files
 (not `curl` or `wget`, which are not installed on all systems).
 1. All directories in the tarball should have 0755 permission. All
 ordinary files should have 0755 or 0644 permission. ''Possibly add:''
 every file which has 0755 permission must start with `#!`.
 1. All symlinks in the tarball must be relative and point to an existing
 file.

--
Ticket URL: <http://trac.sagemath.org/ticket/18826#comment:33>
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 http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to