summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authortarek <none@none>2009-08-08 21:10:11 +0200
committertarek <none@none>2009-08-08 21:10:11 +0200
commit96f2536dcc1056dffa72f0877f1683b6633440f0 (patch)
tree19b9e79451aca738677aa72cf67a444a97be61c6 /release.sh
parentdef1a4f577242d326a93268c2851e2b3f48c5329 (diff)
downloadpython-setuptools-git-96f2536dcc1056dffa72f0877f1683b6633440f0.tar.gz
bootstrapping.py -> distribute_setup.py
--HG-- branch : distribute extra : rebase_source : 4e57a0bc1a8bea73bc8ed0f102d0e0907c554235
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/release.sh b/release.sh
index 7d19557c..0866223e 100755
--- a/release.sh
+++ b/release.sh
@@ -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