diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-08-30 21:39:41 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-08-30 21:39:41 -0400 |
| commit | 9027de8d67706c203f0ab20df75acfa3db7ae704 (patch) | |
| tree | 7ceb885622e29b187f2515f64a5fff7006baaeab /allkits.cmd | |
| parent | 2020fa97b09d54be381596a306fd15465662a0d2 (diff) | |
| download | python-coveragepy-9027de8d67706c203f0ab20df75acfa3db7ae704.tar.gz | |
Force a group id of 100 when building the source tar.gz. Fixes issue #7.
Diffstat (limited to 'allkits.cmd')
| -rw-r--r-- | allkits.cmd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/allkits.cmd b/allkits.cmd index d69a33a..26d0061 100644 --- a/allkits.cmd +++ b/allkits.cmd @@ -5,5 +5,7 @@ python setup.py bdist_wininst call \ned\bin\switchpy 25
python setup.py bdist_wininst
call \ned\bin\switchpy 26
-python setup.py sdist --formats=gztar
python setup.py bdist_wininst
+set TAR_OPTIONS=--group=100
+python setup.py sdist --formats=gztar
+set TAR_OPTIONS=
|
