#18770: Fix executable bits
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  trivial            |    Milestone:  sage-6.8
      Component:  distribution       |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/remove_accidental_executable_bits|  
01587dbd33191bcb6b2736ea67a660d7431aff3f
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by tmonteil):

 * status:  needs_review => needs_work


Comment:

 According to the following tests

 {{{
 find $SAGE_ROOT/src -type f ! -perm 755 ! -perm 644
 find $SAGE_ROOT/src/bin -type f ! -perm 755 -exec echo {} \; -exec head -n
 1 {} \;
 find $SAGE_ROOT/src/bin -type f ! -perm 644 -exec echo {} \; -exec head -n
 1 {} \;
 find $SAGE_ROOT/src/doc -type f ! -perm 644
 find $SAGE_ROOT/src/sage -type f ! -perm 644
 find $SAGE_ROOT/src/ext -type f ! -perm 644 -exec echo {} \; -exec head -n
 1 {} \;
 find $SAGE_ROOT/src/ext -type f -exec head -n 1 {} \; | grep '^#!
 }}}

 The following scripts have a shebang and should be chmoded to 755:

 - `$SAGE_ROOT/src/bin/sage-arch-env`
 - `$SAGE_ROOT/src/bin/sage-test-import`

 The following image should be chmoded to 644

 - `$SAGE_ROOT/src/doc/en/prep/media/Rplot001.png`

--
Ticket URL: <http://trac.sagemath.org/ticket/18770#comment:5>
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