aboutsummaryrefslogtreecommitdiffstats
path: root/release.sh
diff options
context:
space:
mode:
authoragronholm <none@none>2009-10-16 00:02:35 +0300
committeragronholm <none@none>2009-10-16 00:02:35 +0300
commit7785ccade4b92867c492f573e9b548c1ba612cd7 (patch)
tree10c1bb2834da14d33b787ae75ed15700acd37451 /release.sh
parent23229041ce73c90615ecefa80a720da785cd54cd (diff)
downloadexternal_python_setuptools-7785ccade4b92867c492f573e9b548c1ba612cd7.tar.gz
external_python_setuptools-7785ccade4b92867c492f573e9b548c1ba612cd7.tar.bz2
external_python_setuptools-7785ccade4b92867c492f573e9b548c1ba612cd7.zip
Unified the bootstrap file so it works on both py2.x and py3k without 2to3 (patch by Holger Krekel)
--HG-- branch : distribute extra : rebase_source : 7b8e41446e9b442adf35369b972e725f83b45d43
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh12
1 files changed, 1 insertions, 11 deletions
diff --git a/release.sh b/release.sh
index 571b80f1..4f6b3b86 100755
--- a/release.sh
+++ b/release.sh
@@ -5,15 +5,6 @@ export VERSION="0.6.6"
hg tag $VERSION
hg ci -m "bumped revision"
-# creating the 3k script
-mkdir ./temp
-cp distribute_setup.py ./temp/distribute_setup.py
-cd ./temp
-2to3 -w distribute_setup.py > /dev/null
-mv distribute_setup.py ../distribute_setup_3k.py
-cd ..
-rm -rf ./temp
-
# creating the releases
rm -rf ./dist
@@ -21,9 +12,8 @@ rm -rf ./dist
python2.6 setup.py -q egg_info -RDb '' sdist register upload
python2.6 setup.py build_sphinx upload_docs
-# pushing the bootstrap scripts
+# pushing the bootstrap script
scp distribute_setup.py ziade.org:nightly/build/
-scp distribute_setup_3k.py ziade.org:nightly/build/
# starting the new dev