From 7f6c43f1b2b82323746457aba0bc2d67278fa9a5 Mon Sep 17 00:00:00 2001 From: tarek Date: Sun, 9 Aug 2009 01:36:08 +0200 Subject: added note about commiting the change after the release --HG-- branch : distribute extra : rebase_source : de19e64790e20106fa597a8ca1fe350ee92ae67b --- release.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'release.sh') 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 + + -- cgit v1.2.3