aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2008-08-21 17:26:40 +0000
committerPJ Eby <distutils-sig@python.org>2008-08-21 17:26:40 +0000
commit19cdcef91ad95b4b1fb0d0e14ceae250835944e6 (patch)
tree2f152d273b1b61145eee568daa8014c18ee01d66
parent43942b21d07f2705855bf286afc85b3f8b01d62f (diff)
downloadexternal_python_setuptools-19cdcef91ad95b4b1fb0d0e14ceae250835944e6.tar.gz
external_python_setuptools-19cdcef91ad95b4b1fb0d0e14ceae250835944e6.tar.bz2
external_python_setuptools-19cdcef91ad95b4b1fb0d0e14ceae250835944e6.zip
Add wiki updating to release procedure
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065936
-rwxr-xr-xrelease.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index 876d8b8c..c53357d9 100755
--- a/release.sh
+++ b/release.sh
@@ -19,5 +19,6 @@ python2.3 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, &
-# pkg_resources.txt
+# update wiki pages from EasyInstall.txt, setuptools.txt, &
+# pkg_resources.txt
+python2.5 setup.py wikiup -c "Released version: $VERSION"