aboutsummaryrefslogtreecommitdiffstats
path: root/release.sh
diff options
context:
space:
mode:
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