[issue6516] reset owner/group to root for distutils tarballs
Tarek Ziadé
report at bugs.python.org
Mon Sep 7 09:41:11 CEST 2009
Tarek Ziadé <ziade.tarek at 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 another issue with a proposal for this.
----------
versions: +Python 2.7, Python 3.2 -Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6516>
_______________________________________
More information about the Python-bugs-list
mailing list