diff options
| author | agronholm <none@none> | 2009-10-16 00:02:35 +0300 |
|---|---|---|
| committer | agronholm <none@none> | 2009-10-16 00:02:35 +0300 |
| commit | 7785ccade4b92867c492f573e9b548c1ba612cd7 (patch) | |
| tree | 10c1bb2834da14d33b787ae75ed15700acd37451 /release.sh | |
| parent | 23229041ce73c90615ecefa80a720da785cd54cd (diff) | |
| download | external_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-x | release.sh | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -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 |
