aboutsummaryrefslogtreecommitdiffstats
path: root/release.sh
diff options
context:
space:
mode:
authortarek <none@none>2009-09-08 18:08:57 +0200
committertarek <none@none>2009-09-08 18:08:57 +0200
commitfab8f93ea32135cb746ae6e87922e1c9e69f57ea (patch)
tree109487226eeaf290821fcb2c8988f718106954a5 /release.sh
parent55c87e48495b5e05c4f3e985354159ea55b8d73f (diff)
downloadexternal_python_setuptools-fab8f93ea32135cb746ae6e87922e1c9e69f57ea.tar.gz
external_python_setuptools-fab8f93ea32135cb746ae6e87922e1c9e69f57ea.tar.bz2
external_python_setuptools-fab8f93ea32135cb746ae6e87922e1c9e69f57ea.zip
no more bdist_egg release
--HG-- branch : distribute extra : rebase_source : dc5bb933d711a32efee224b6d632cceb73efbdcf
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/release.sh b/release.sh
index 7cbaa0a2..992d4e26 100755
--- a/release.sh
+++ b/release.sh
@@ -1,25 +1,9 @@
#!/bin/sh
-
export VERSION="0.6.1"
# creating the releases
rm -rf dist
-# 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
-
-# eggs
-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
-
# now preparing the source release
python2.6 setup.py -q egg_info -RDb '' sdist register upload
-echo You need to commit the md5 changes
-
-