You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2006/01/25 21:43:27 UTC

svn commit: r372309 - /httpd/httpd/dist/tools/release.sh

Author: colm
Date: Wed Jan 25 12:43:23 2006
New Revision: 372309

URL: http://svn.apache.org/viewcvs?rev=372309&view=rev
Log:
Update to reflect that 2.2 has its own branch now, and correctly
document the commandline.

Modified:
    httpd/httpd/dist/tools/release.sh

Modified: httpd/httpd/dist/tools/release.sh
URL: http://svn.apache.org/viewcvs/httpd/httpd/dist/tools/release.sh?rev=372309&r1=372308&r2=372309&view=diff
==============================================================================
--- httpd/httpd/dist/tools/release.sh (original)
+++ httpd/httpd/dist/tools/release.sh Wed Jan 25 12:43:23 2006
@@ -7,12 +7,11 @@
 #
 #   The project is either 'httpd-2.0', 'httpd-2.2', 'httpd-2.3'
 #
-#   The version number is specified as MAJOR.MINOR.PATCH (and will be used
-#   in the output tarball name). The script will then look for a CVS tag
-#   named "APACHE_{MAJOR}_{MINOR}_{PATCH}" and export it into a subdirectory
-#   (of the current directory). Next, it will run the appropriate commands
-#   to prepare and construct the tarball. The subdirectory will be cleaned
-#   up upon exit.
+#   The version number is specified as MAJOR.MINOR.PATCH (and will be used in
+#   the output tarball name). The script will then look for a CVS tag named
+#   "MAJOR.MINOR.PATCH" and export it into a subdirectory (of the current
+#   directory). Next, it will run the appropriate commands to prepare and
+#   construct the tarball. The subdirectory will be cleaned up upon exit.
 #
 #   The "signing user" is the name of the key that you'll be signing the
 #   release with.
@@ -95,7 +94,7 @@
     expected_major="2"
     expected_minor="2"
 
-    branch="trunk"
+    branch="branches/2.2.x"
 
     apr_xxx_in_srclib=1
     apr_tag="1.2.2"