diff options
| author | tarek <none@none> | 2009-08-08 21:10:11 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-08-08 21:10:11 +0200 |
| commit | 96f2536dcc1056dffa72f0877f1683b6633440f0 (patch) | |
| tree | 19b9e79451aca738677aa72cf67a444a97be61c6 /release.sh | |
| parent | def1a4f577242d326a93268c2851e2b3f48c5329 (diff) | |
| download | python-setuptools-git-96f2536dcc1056dffa72f0877f1683b6633440f0.tar.gz | |
bootstrapping.py -> distribute_setup.py
--HG--
branch : distribute
extra : rebase_source : 4e57a0bc1a8bea73bc8ed0f102d0e0907c554235
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 bootstrapping.py --md5update dist/distribute-$VERSION-py2.3.egg -python bootstrapping.py --md5update dist/distribute-$VERSION-py2.4.egg -python bootstrapping.py --md5update dist/distribute-$VERSION-py2.5.egg -python bootstrapping.py --md5update dist/distribute-$VERSION-py2.6.egg +python distribute_setup.py --md5update dist/distribute-$VERSION-py2.3.egg +python distribute_setup.py --md5update dist/distribute-$VERSION-py2.4.egg +python distribute_setup.py --md5update dist/distribute-$VERSION-py2.5.egg +python distribute_setup.py --md5update dist/distribute-$VERSION-py2.6.egg # XXX uploads will be done here |
