From da5319effe71368fc925a8c374f50097192ccfd2 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Fri, 14 Apr 2006 17:31:02 +0000 Subject: Creating a branch for the "stable" 0.6 development line of setuptools, so that it can continue forward to 0.6b1 and onward, while using the trunk for 0.7 development and Python 2.5 snapshots thereof. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045397 --- release.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 release.sh (limited to 'release.sh') diff --git a/release.sh b/release.sh new file mode 100755 index 00000000..4f76b29b --- /dev/null +++ b/release.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +# This script is for PJE's working environment only, to upload +# releases to PyPI, telecommunity, eby-sarna SVN, update local +# project checkouts, etc. +# +# If your initials aren't PJE, don't run it. :) +# + +export VERSION="0.6b1" + +wpython setup.py -q source && \ +cpython setup.py -q binary && \ +python ez_setup.py --md5update dist/setuptools-$VERSION*-py2.?.egg && \ + scp ez_setup.py virtual-python.py t3:web/PEAK/dist/ && \ + cp ez_setup.py ~/projects/ez_setup/__init__.py && \ + svn ci -m "Update ez_setup for setuptools $VERSION" \ + ~/projects/ez_setup/__init__.py && \ + svn up ~/projects/*/ez_setup + +# XXX update wiki pages from EasyInstall.txt, setuptools.txt, & +# pkg_resources.txt -- cgit v1.2.3