summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authortarek <none@none>2009-08-09 01:36:08 +0200
committertarek <none@none>2009-08-09 01:36:08 +0200
commit7f6c43f1b2b82323746457aba0bc2d67278fa9a5 (patch)
treef462994f4f1a7982e4a3554fa14a532e1d20cd0f /release.sh
parentdf21ba23b73e7e09bdb4e5acb7397320dda17888 (diff)
downloadpython-setuptools-git-7f6c43f1b2b82323746457aba0bc2d67278fa9a5.tar.gz
added note about commiting the change after the release
--HG-- branch : distribute extra : rebase_source : de19e64790e20106fa597a8ca1fe350ee92ae67b
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/release.sh b/release.sh
index 7dfef15f..344114ae 100755
--- a/release.sh
+++ b/release.sh
@@ -12,11 +12,14 @@ python2.5 setup.py -q egg_info -RDb '' bdist_egg register upload
python2.6 setup.py -q egg_info -RDb '' bdist_egg register upload
# updating the md5 hashes
-python2.6 distribute_setup.py --md5update dist/distribute-$VERSION-py2.3.egg \
- dist/distribute-$VERSION-py2.4.egg \
- dist/distribute-$VERSION-py2.5.egg \
- 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
# now preparing the source release
python2.6 setup.py -q egg_info -RDb '' sdist register upload
+echo You need to commit the md5 changes
+
+