diff options
| author | tarek <none@none> | 2009-07-23 14:10:00 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-07-23 14:10:00 +0200 |
| commit | 1ddd4356e545a49a1345bb02d62b19478805c161 (patch) | |
| tree | b125bf731f9c9e0ba88bd7f3994d09352a92d5cd /release.sh | |
| parent | c9fc9804d57154691d206cfeef70bce06c496862 (diff) | |
| download | python-setuptools-git-1ddd4356e545a49a1345bb02d62b19478805c161.tar.gz | |
rebuilt the eggs
--HG--
branch : distribute
extra : rebase_source : c702a73b8784cde5a997feff3d8544ee0aeb9e60
Diffstat (limited to 'release.sh')
| -rwxr-xr-x | release.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,10 +15,10 @@ python2.6 setup.py -q egg_info -RDb '' bdist_egg python2.6 setup.py -q egg_info -RDb '' sdist # updating the md5 hashes -python ez_setup.py --md5update dist/distribute-$VERSION-py2.3.egg -python ez_setup.py --md5update dist/distribute-$VERSION-py2.4.egg -python ez_setup.py --md5update dist/distribute-$VERSION-py2.5.egg -python ez_setup.py --md5update dist/distribute-$VERSION-py2.6.egg +python bootstrap.py --md5update dist/distribute-$VERSION-py2.3.egg +python bootstrap.py --md5update dist/distribute-$VERSION-py2.4.egg +python bootstrap.py --md5update dist/distribute-$VERSION-py2.5.egg +python bootstrap.py --md5update dist/distribute-$VERSION-py2.6.egg # XXX uploads will be done here |
