Commit 87006dd5 authored by PJ Eby's avatar PJ Eby

0.6b3 brown bag fix; update release script to remove revision tags

before uploading!

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046796
parent b3073b51
......@@ -22,8 +22,8 @@ md5_data = {
'setuptools-0.6b1-py2.4.egg': 'b79a8a403e4502fbb85ee3f1941735cb',
'setuptools-0.6b2-py2.3.egg': '5657759d8a6d8fc44070a9d07272d99b',
'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a',
'setuptools-0.6b3dev_r46791-py2.3.egg': 'e765a29566575ffac5d81cdf0c6f8db9',
'setuptools-0.6b3dev_r46791-py2.4.egg': 'd249c022ed029ad60d134bd998adc880',
'setuptools-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618',
'setuptools-0.6b3-py2.4.egg': '38a8c6b3d6ecd22247f179f7da669fac',
}
import sys, os
......
......@@ -9,8 +9,11 @@
export VERSION="0.6b3"
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
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 && \
......@@ -18,5 +21,5 @@ python ez_setup.py --md5update dist/setuptools-$VERSION*-py2.?.egg && \
~/projects/ez_setup/__init__.py && \
svn up ~/projects/*/ez_setup
# XXX update wiki pages from EasyInstall.txt, setuptools.txt, &
# XXX update wiki pages from EasyInstall.txt, setuptools.txt, &
# pkg_resources.txt
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