diff options
| author | tarek <none@none> | 2009-08-09 01:36:08 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-08-09 01:36:08 +0200 |
| commit | 7f6c43f1b2b82323746457aba0bc2d67278fa9a5 (patch) | |
| tree | f462994f4f1a7982e4a3554fa14a532e1d20cd0f /release.sh | |
| parent | df21ba23b73e7e09bdb4e5acb7397320dda17888 (diff) | |
| download | python-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-x | release.sh | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 + + |
