diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-17 14:14:50 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-17 14:14:50 -0400 |
| commit | bcfc28fc3fc10f99bfe31f883f0e2ff90ae5f461 (patch) | |
| tree | 995eb4a4b477758fa96514ec054f3d7adb6c6b7f | |
| parent | f9b08d3f6741d8dba8448f275ee591c9de04a484 (diff) | |
| download | python-setuptools-git-bcfc28fc3fc10f99bfe31f883f0e2ff90ae5f461.tar.gz | |
Removing release.sh, replaced by release.py
--HG--
branch : distribute
extra : rebase_source : 8dd4dea1d410e6e60b2614008330530855a7afbb
| -rwxr-xr-x | release.sh | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/release.sh b/release.sh deleted file mode 100755 index 78316974..00000000 --- a/release.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -export VERSION="0.6.25" - -# tagging -hg tag $VERSION -f -hg ci -m "bumped revision" - -# creating the releases -rm -rf ./dist - -# now preparing the source release, pushing it and its doc -python2.6 setup.py -q egg_info -RDb '' sdist register upload -cd docs/ -make clean -make html -cd .. -python2.6 setup.py upload_docs - -# pushing the bootstrap script -scp distribute_setup.py ziade.org:websites/python-distribute.org/ - -# starting the new dev -hg push - |
