Commit bcfc28fc authored by Jason R. Coombs's avatar Jason R. Coombs

Removing release.sh, replaced by release.py

--HG--
branch : distribute
extra : rebase_source : 8dd4dea1d410e6e60b2614008330530855a7afbb
parent f9b08d3f
#!/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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment