summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authortarek <none@none>2009-07-23 14:10:00 +0200
committertarek <none@none>2009-07-23 14:10:00 +0200
commit1ddd4356e545a49a1345bb02d62b19478805c161 (patch)
treeb125bf731f9c9e0ba88bd7f3994d09352a92d5cd /release.sh
parentc9fc9804d57154691d206cfeef70bce06c496862 (diff)
downloadpython-setuptools-git-1ddd4356e545a49a1345bb02d62b19478805c161.tar.gz
rebuilt the eggs
--HG-- branch : distribute extra : rebase_source : c702a73b8784cde5a997feff3d8544ee0aeb9e60
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 36a3ea03..4727aaf3 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 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