[Zope3-checkins] SVN: Zope3/trunk/releases/release-egg.sh - annotated purpose and future possible extensiosn

Christian Theune ct at gocept.com
Sun Apr 22 11:02:09 EDT 2007


Log message for revision 74570:
   - annotated purpose and future possible extensiosn
  

Changed:
  U   Zope3/trunk/releases/release-egg.sh

-=-
Modified: Zope3/trunk/releases/release-egg.sh
===================================================================
--- Zope3/trunk/releases/release-egg.sh	2007-04-22 15:02:06 UTC (rev 74569)
+++ Zope3/trunk/releases/release-egg.sh	2007-04-22 15:02:08 UTC (rev 74570)
@@ -4,6 +4,14 @@
 # @Revision:    0.0
 #!/bin/bash
 
+# This script is used to release the eggs that are maintained as externals
+# from the Zope 3 `src/` tree.
+
+# Some things that might be useful in the future
+# - automatically fix the external of a branch/the trunk to the released
+#   version of the Zope 3 tree after tagging
+# - Support to release eggs from branches in addition to the trunk.
+
 svn_base="svn+ssh://svn.zope.org/repos/main"
 distribution_target="download.zope.org:/distribution/"
 



More information about the Zope3-Checkins mailing list