#1040: manage.py should have shebang and +x permissions
-------------------------------------+-------------------------------------
               Reporter:  pb@…       |          Owner:  adrian
                   Type:  New        |         Status:  reopened
  feature                            |      Component:  Core (Management
              Milestone:             |  commands)
                Version:  SVN        |       Severity:  Normal
             Resolution:             |       Keywords:
           Triage Stage:  Accepted   |      Has patch:  0
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
Changes (by fcurella):

 * ui_ux:   => 0
 * easy:   => 0


Comment:

 We could simply set `svn propset svn:executable ON
 django/conf/project_template/manage.py` and
 `django.core.management.copy_util` function should set the right
 permission (it already calls `shutil.copymode`)

 I can't 'submit a patch' with that change, someone with commit bit will
 have to do it and commit.

 My only doubt is about  this solution is about how portable is, VCS-wise.
 In case this is a no-no, I'll write a patch that just manully assign +x to
 manage.py.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/1040#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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/django-updates?hl=en.

Reply via email to