Re: [Django] #26494: executable flags lost when using an archive as a project/app template

2016-12-23 Thread Django
#26494: executable flags lost when using an archive as a project/app template
--+
 Reporter:  Jakub Dorňák  |Owner:  nobody
 Type:  Bug   |   Status:  closed
Component:  Utilities |  Version:  master
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+

Comment (by Karen Tracey):

 #27628 has been opened to note a regression introduced by this fix.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.e32488302e8bee91665a4b8ce20c958c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26494: executable flags lost when using an archive as a project/app template

2016-12-06 Thread Django
#26494: executable flags lost when using an archive as a project/app template
--+
 Reporter:  Jakub Dorňák  |Owner:  nobody
 Type:  Bug   |   Status:  closed
Component:  Utilities |  Version:  master
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Tim Graham ):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"d0112cf9306834b17eb5476363cb6b3b9bfb650c" d0112cf9]:
 {{{
 #!CommitTicketReference repository=""
 revision="d0112cf9306834b17eb5476363cb6b3b9bfb650c"
 Fixed #26494 -- Made Archive.extract() preserve file permissions.
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.b712aebc1338db6a28f12073c12d9bde%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26494: executable flags lost when using an archive as a project/app template

2016-11-22 Thread Django
#26494: executable flags lost when using an archive as a project/app template
--+
 Reporter:  Jakub Dorňák  |Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  Utilities |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Anton Samarchyan):

 * cc: desecho@… (added)
 * has_patch:  0 => 1
 * version:  1.9 => master


Comment:

 Added [https://github.com/django/django/pull/7596 PR]

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.b2b8c24e6447727262193fe0ee45176d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26494: executable flags lost when using an archive as a project/app template (was: executable flags lost when using an archive as a template)

2016-04-12 Thread Django
#26494: executable flags lost when using an archive as a project/app template
---+
 Reporter:  misli  |Owner:  nobody
 Type:  Bug|   Status:  new
Component:  Utilities  |  Version:  1.9
 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 timgraham):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0
 * stage:  Unreviewed => Accepted


Old description:

> If I create new project using an archive (both zip or tar.gz), manage.py
> is not executable.
> If I unpack the archive first and than use the directory as a template,
> it works as expected.

New description:

 If I create new project using an archive (both zip or tar.gz) containing
 an executable `manage.py`, e.g. `django-admin startproject
 --template=~/template.zip mysite`, `manage.py` is not executable in the
 resulting project. If I unpack the archive first and than use the
 directory as a template, it works as expected.

--

Comment:

 I'm not sure if the issue is with Django or with Python (e.g.
 https://bugs.python.org/issue15795 looks like a related issue) but
 accepting for further investigation. `django/utils/archive.py` is likely
 the place to investigate.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.48e9e4c3a321724354f22de67221b988%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.