diff options
author | tarek <none@none> | 2009-08-05 22:28:08 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-08-05 22:28:08 +0200 |
commit | 84746c89b20b31714a77e48ade31e86b923b510a (patch) | |
tree | cbbc1e2148c0ed4f499c0bea75fb46189a0944ee | |
parent | c12f07bba158af035a51f56a2bb50ede118f1958 (diff) | |
download | external_python_setuptools-84746c89b20b31714a77e48ade31e86b923b510a.tar.gz external_python_setuptools-84746c89b20b31714a77e48ade31e86b923b510a.tar.bz2 external_python_setuptools-84746c89b20b31714a77e48ade31e86b923b510a.zip |
fixed the bootstrapping filename
--HG--
branch : distribute
extra : rebase_source : b22e96e2de0929392f73fad437e347e8019296a0
-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 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 +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 # XXX uploads will be done here |