diff options
| author | tarek <none@none> | 2009-08-09 01:26:28 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-08-09 01:26:28 +0200 |
| commit | df21ba23b73e7e09bdb4e5acb7397320dda17888 (patch) | |
| tree | 6ca1464253189f31bf788327fb1c72cd8292660b /release.sh | |
| parent | 7c686d2477ea28fd4baf19a01ff6453604cbdec7 (diff) | |
| download | external_python_setuptools-df21ba23b73e7e09bdb4e5acb7397320dda17888.tar.gz external_python_setuptools-df21ba23b73e7e09bdb4e5acb7397320dda17888.tar.bz2 external_python_setuptools-df21ba23b73e7e09bdb4e5acb7397320dda17888.zip | |
simplified the release process
--HG--
branch : distribute
extra : rebase_source : 4126164528a5ebbea66de779cc30c5f4b5e5c7d0
Diffstat (limited to 'release.sh')
| -rwxr-xr-x | release.sh | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -6,17 +6,17 @@ export VERSION="0.6" rm -rf dist # eggs -python2.3 setup.py -q egg_info -RDb '' bdist_egg -python2.4 setup.py -q egg_info -RDb '' bdist_egg -python2.5 setup.py -q egg_info -RDb '' bdist_egg -python2.6 setup.py -q egg_info -RDb '' bdist_egg - -# source -python2.6 setup.py -q egg_info -RDb '' sdist +python2.3 setup.py -q egg_info -RDb '' bdist_egg # manual upload +python2.4 setup.py -q egg_info -RDb '' bdist_egg # manual upload +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 -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 +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 + +# now preparing the source release +python2.6 setup.py -q egg_info -RDb '' sdist register upload |
