[Checkins] SVN: zope2docs/trunk/ documented the Zope 2 release process (2.12+)

Andreas Jung andreas at andreas-jung.com
Tue Dec 29 12:14:50 EST 2009


Log message for revision 107282:
  documented the Zope 2 release process (2.12+)
  

Changed:
  U   zope2docs/trunk/index.rst
  A   zope2docs/trunk/maintenance/
  A   zope2docs/trunk/maintenance/index.rst

-=-
Modified: zope2docs/trunk/index.rst
===================================================================
--- zope2docs/trunk/index.rst	2009-12-29 16:34:03 UTC (rev 107281)
+++ zope2docs/trunk/index.rst	2009-12-29 17:14:50 UTC (rev 107282)
@@ -15,3 +15,12 @@
    :maxdepth: 2
 
    releases/index
+
+Maintenance
+===========
+
+.. toctree::
+   :maxdepth: 2
+
+   maintenance/index
+

Added: zope2docs/trunk/maintenance/index.rst
===================================================================
--- zope2docs/trunk/maintenance/index.rst	                        (rev 0)
+++ zope2docs/trunk/maintenance/index.rst	2009-12-29 17:14:50 UTC (rev 107282)
@@ -0,0 +1,40 @@
+Maintenance information
+========================
+
+.. note::
+
+   This is internal documentation for Zope 2 developer having
+   to create official Zope 2 releases
+
+Zope 2.12+ release process
+--------------------------
+
+- update version information:
+
+  - setup.py
+  - inst/versions.py
+  - inst/WinBuilders/mk/zope.mk
+
+- update docs/CHANGES.rst
+
+- tag the release
+
+- upload the tagged release to PyPI 
+
+- create the release specfic download index on download.zope.org
+  (requires login credentials on download.zope.org. In case of
+   problems contact the Jens Vagelpohl)
+  
+  - login to download.zope.org
+
+  - change to user ``zope``::
+    
+     sudo su - zope
+
+  - create the download index::
+     
+    /var/zope/zope2index/bin/z2_kgs tags/2.12.2 /var/www/download.zope.org/Zope2/index/2.12.2
+
+   
+ 
+



More information about the checkins mailing list