[Checkins] SVN: zopetoolkit/ Create a temporary tag to test the release procedure

Hanno Schlichting hannosch at hannosch.eu
Sat Jun 26 07:58:46 EDT 2010


Log message for revision 113892:
  Create a temporary tag to test the release procedure
  

Changed:
  U   zopetoolkit/doc/scripts/update-releaseinfo.py
  U   zopetoolkit/doc/source/releaseteam/release-procedure.rst
  A   zopetoolkit/tags/1.0dev-r113891/

-=-
Modified: zopetoolkit/doc/scripts/update-releaseinfo.py
===================================================================
--- zopetoolkit/doc/scripts/update-releaseinfo.py	2010-06-26 11:47:04 UTC (rev 113891)
+++ zopetoolkit/doc/scripts/update-releaseinfo.py	2010-06-26 11:58:45 UTC (rev 113892)
@@ -72,7 +72,7 @@
 
 
 releases = [
-    ('1.0dev', os.path.join(os.pardir, 'trunk')),
+    ('trunk', os.path.join(os.pardir, 'trunk')),
 ]
 
 for tag in os.listdir(TAGS_DIR):

Modified: zopetoolkit/doc/source/releaseteam/release-procedure.rst
===================================================================
--- zopetoolkit/doc/source/releaseteam/release-procedure.rst	2010-06-26 11:47:04 UTC (rev 113891)
+++ zopetoolkit/doc/source/releaseteam/release-procedure.rst	2010-06-26 11:58:45 UTC (rev 113892)
@@ -33,19 +33,6 @@
     svn cp svn+ssh://svn.zope.org/repos/main/zopetoolkit/trunk
     svn+ssh://svn.zope.org/repos/main/zopetoolkit/tags/1.0a1
 
-- update version information:
-
-  - Open zopetoolkit/doc/scripts/update-releaseinfo.py and search for
-    ``releases = [`` around line 74. Add a new entry, for example::
-
-      ('1.0a1', os.path.join(os.pardir, 'tags', '1.0a1')),
-
-  .. note::
-
-     We can automate this to look for all directories in tags. The Sphinx
-     documentation is updated automatically via a cron job and this script
-     is run as part of the job.
-
 - create the release specific download index on download.zope.org
   (requires login credentials on download.zope.org. In case of
   problems contact Jens Vagelpohl)



More information about the checkins mailing list