Commit 6feae98e authored by PJ Eby's avatar PJ Eby

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
parent 95637d99
......@@ -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 && \
......
......@@ -4,6 +4,6 @@ tag_svn_revision = 1
[aliases]
release = egg_info -RDb ''
source = register sdist binary
source = sdist register binary
binary = bdist_egg upload --show-response
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