summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortarek <none@none>2009-09-08 22:53:10 +0200
committertarek <none@none>2009-09-08 22:53:10 +0200
commit7a5b40fd7a6ffc4edff0d3aafacab5dad57384e7 (patch)
treef305e5d699038c2e543c08a69a674b979f340a59
parentd84216b635ebdf215e3dfc5b8a6df2861a151f25 (diff)
downloadpython-setuptools-git-7a5b40fd7a6ffc4edff0d3aafacab5dad57384e7.tar.gz
added the scp to the release process
--HG-- branch : distribute extra : rebase_source : b2c00661e65ae5afb94832143b2b27cdd7b20949
-rwxr-xr-xrelease.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/release.sh b/release.sh
index 0bd65efe..6af72616 100755
--- a/release.sh
+++ b/release.sh
@@ -7,3 +7,6 @@ rm -rf dist
# now preparing the source release
python2.6 setup.py -q egg_info -RDb '' sdist register upload
+# pushin the bootstrap script
+scp distribute_setup.py ziade.org:nightly/build/
+