Commit 2bb038c8 authored by tarek's avatar tarek

added tagging

--HG--
branch : distribute
extra : rebase_source : a757058ecff1e3fbce98b32276a5075dc84b2157
parent 009a483d
#!/bin/sh
export VERSION="0.6.5"
# tagging
hg tag $VERSION
hg ci -m "bumped revision"
# creating the 3k script
mkdir ./temp
cp distribute_setup.py ./temp/distribute_setup.py
......@@ -21,3 +25,5 @@ python2.6 setup.py build_sphinx upload_docs
scp distribute_setup.py ziade.org:nightly/build/
scp distribute_setup_3k.py ziade.org:nightly/build/
# starting the new dev
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