[issue6516] reset owner/group to root for distutils tarballs

2013-12-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 83f12a9593db by Zachary Ware in branch 'default': Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) http://hg.python.org/cpython/rev/83f12a9593db -- ___ Python tracker

[issue6516] reset owner/group to root for distutils tarballs

2013-12-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2a872126f4a1 by Zachary Ware in branch 'default': Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) http://hg.python.org/cpython/rev/2a872126f4a1 -- ___ Python tracker

[issue6516] reset owner/group to root for distutils tarballs

2013-11-15 Thread Nick Coghlan
Nick Coghlan added the comment: Patch looks good to me. -- nosy: +ncoghlan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6516 ___ ___

[issue6516] reset owner/group to root for distutils tarballs

2013-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset b9c9c4b2effe by Andrew Kuchling in branch 'default': Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part

[issue6516] reset owner/group to root for distutils tarballs

2013-11-15 Thread Jason R. Coombs
Changes by Jason R. Coombs jar...@jaraco.com: -- resolution: accepted - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6516 ___

[issue6516] reset owner/group to root for distutils tarballs

2013-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset b08868fd5994 by Christian Heimes in branch 'default': Issue #19544 and Issue #6516: quick workaround for failing builds http://hg.python.org/cpython/rev/b08868fd5994 -- ___ Python tracker

[issue6516] reset owner/group to root for distutils tarballs

2013-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 015463176d2e by Victor Stinner in branch 'default': Issue #19544, #6516: no need to catch AttributeError on import pwd/grp http://hg.python.org/cpython/rev/015463176d2e -- ___ Python tracker

[issue6516] reset owner/group to root for distutils tarballs

2013-11-10 Thread Jason R. Coombs
Jason R. Coombs added the comment: This change was rolled back before the release of 3.2, so only exists in 2.7. See issue19544 for details. -- nosy: +jason.coombs ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6516

[issue6516] reset owner/group to root for distutils tarballs

2013-11-10 Thread Jason R. Coombs
Changes by Jason R. Coombs jar...@jaraco.com: -- status: closed - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6516 ___ ___ Python-bugs-list

[issue6516] reset owner/group to root for distutils tarballs

2013-11-10 Thread A.M. Kuchling
A.M. Kuchling added the comment: Here's an updated patch, to be applied against the default branch. -- nosy: +akuchling stage: - patch review Added file: http://bugs.python.org/file32571/3.4-patch.txt ___ Python tracker rep...@bugs.python.org

[issue6516] reset owner/group to root for distutils tarballs

2013-11-10 Thread A.M. Kuchling
Changes by A.M. Kuchling a...@amk.ca: -- versions: +Python 3.4 -Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6516 ___ ___

[issue6516] reset owner/group to root for distutils tarballs

2009-10-06 Thread Bheemesh
Bheemesh bheem...@gmail.com added the comment: Hello Tarek, done in r75192 and r75194. Thanks Till ! Can you please tell me how to get this correction into use? -- nosy: +bheemesh ___ Python tracker rep...@bugs.python.org

[issue6516] reset owner/group to root for distutils tarballs

2009-10-06 Thread Bheemesh
Bheemesh bheem...@gmail.com added the comment: I just took download of the latest python 2.6.3 which was updated on 2nd OCT 09, and found that while tarball creation everything looks OK, but when we un-tar the archive the permissions goes back to the current user logged in. Can this be set to

[issue6516] reset owner/group to root for distutils tarballs

2009-10-06 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: Hi Bheemesh, This is a new feature, so it was added in the current trunk that will become 2.7 and 3.2. So unfortunately, you can't have it in any 2.6 release. A workaround is to create your own sdist command, that includes the changes made

[issue6516] reset owner/group to root for distutils tarballs

2009-10-06 Thread Bheemesh
Bheemesh bheem...@gmail.com added the comment: HI Tarek, Thanks very much for a quick reply here. since i am new to this , can you help me with sdist command to have the latest changes? Best Regards, Bheemesh On Tue, Oct 6, 2009 at 5:59 PM, Tarek Ziadé rep...@bugs.python.org wrote: Tarek

[issue6516] reset owner/group to root for distutils tarballs

2009-10-02 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: done in r75192 and r75194. Thanks Till ! -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6516 ___

[issue6516] reset owner/group to root for distutils tarballs

2009-09-17 Thread Tarek Ziadé
Changes by Tarek Ziadé ziade.ta...@gmail.com: -- priority: - normal ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6516 ___ ___ Python-bugs-list

[issue6516] reset owner/group to root for distutils tarballs

2009-09-15 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: #6856 was added by Lars, so I can move forward and work on this one. -- resolution: - accepted ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6516

[issue6516] reset owner/group to root for distutils tarballs

2009-09-07 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: #6856 created. -- dependencies: +allow settong uid and gid when creating tar files ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6516 ___

[issue6516] reset owner/group to root for distutils tarballs

2009-09-07 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: We can add two options to the commands that create tarballs: - owner - group but we first need to add this capacity to the tarfile module because right now the API doesn't allow you to add files with custom uid and gid. I am going to add

[issue6516] reset owner/group to root for distutils tarballs

2009-07-24 Thread Till Maas
Till Maas opensou...@till.name added the comment: I want to create uniform tarballs, independent of which username was used to create the tarball. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6516

[issue6516] reset owner/group to root for distutils tarballs

2009-07-19 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: what would be the use case for that ? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6516 ___

[issue6516] reset owner/group to root for distutils tarballs

2009-07-18 Thread Till Maas
New submission from Till Maas opensou...@till.name: Please allow to create tarballs with owner/group of files be set to root. One possible fix is to change cmd in distutils/archive_util.py to this: cmd = [tar, -cf, archive_name, --owner=root, --group=root, base_dir] -- assignee: tarek