[Python-checkins] r65936 - sandbox/branches/setuptools-0.6/release.sh

phillip.eby python-checkins at python.org
Thu Aug 21 19:26:40 CEST 2008


Author: phillip.eby
Date: Thu Aug 21 19:26:40 2008
New Revision: 65936

Log:
Add wiki updating to release procedure


Modified:
   sandbox/branches/setuptools-0.6/release.sh

Modified: sandbox/branches/setuptools-0.6/release.sh
==============================================================================
--- sandbox/branches/setuptools-0.6/release.sh	(original)
+++ sandbox/branches/setuptools-0.6/release.sh	Thu Aug 21 19:26:40 2008
@@ -19,5 +19,6 @@
       ~/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"


More information about the Python-checkins mailing list