You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2012/02/08 15:25:33 UTC

svn commit: r1241907 - /httpd/site/trunk/tools/release.sh

Author: jim
Date: Wed Feb  8 14:25:33 2012
New Revision: 1241907

URL: http://svn.apache.org/viewvc?rev=1241907&view=rev
Log:
continue to build (minimizes changes) just don't release

Modified:
    httpd/site/trunk/tools/release.sh

Modified: httpd/site/trunk/tools/release.sh
URL: http://svn.apache.org/viewvc/httpd/site/trunk/tools/release.sh?rev=1241907&r1=1241906&r2=1241907&view=diff
==============================================================================
--- httpd/site/trunk/tools/release.sh (original)
+++ httpd/site/trunk/tools/release.sh Wed Feb  8 14:25:33 2012
@@ -5,7 +5,7 @@
 # USAGE: release.sh [--security] [--tag TAG POSTFIX] [--postfix POSTFIX]
 #                   [--rev REV] [--europe] PROJECT VERSION [SIGNING-USER]
 #
-#   The project is either 'httpd-2.0', 'httpd-2.2', 'httpd-2.3'
+#   The project is either 'httpd-2.0', 'httpd-2.2', 'httpd-2.4, httpd-2.5'
 #
 #   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
@@ -116,21 +116,6 @@ case "$1" in
     apu_tag="1.4.1"
     ;;
 
-  httpd-2.3)
-    ver_path="include/ap_release.h"
-    ver_define="AP_SERVER_PATCHLEVEL"
-
-    expected_major="2"
-    expected_minor="3"
-
-    branch="branches/2.4.x"
-
-    apr_xxx_in_srclib=1
-    apr_tag="1.4.5"
-    apu_tag="1.4.1"
-    separate_deps=1
-    ;;
-
   httpd-2.4)
     ver_path="include/ap_release.h"
     ver_define="AP_SERVER_PATCHLEVEL"
@@ -140,10 +125,10 @@ case "$1" in
 
     branch="branches/2.4.x"
 
-    apr_xxx_in_srclib=1
-    apr_tag="1.4.5"
-    apu_tag="1.4.1"
-    separate_deps=1
+    apr_xxx_in_srclib=1  # so the build of httpd completes
+    apr_tag="1.4.5"      # for build
+    apu_tag="1.4.1"      # for build
+    separate_deps=1      # not used/released
     ;;
 
   httpd-2.5)