From 6feae98e74135d8005eb60acde1ff9fbbbdf2679 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Tue, 11 Jul 2006 18:41:52 +0000 Subject: Simplify release process using new egg_info options --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050584 --- release.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'release.sh') diff --git a/release.sh b/release.sh index 90fc3b2d..47670c29 100755 --- a/release.sh +++ b/release.sh @@ -9,11 +9,8 @@ export VERSION="0.6b4" -wpython setup.py setopt -r -c egg_info -o tag_build && \ -wpython setup.py setopt -r setopt -r -c egg_info -o tag_svn_revision && \ -wpython setup.py -q source && \ -cpython setup.py -q binary && \ -svn revert setup.cfg && \ +wpython setup.py -q release source && \ +cpython setup.py -q release 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 && \ -- cgit v1.2.3