Hi all,

The attached patch allows the http_roll_release script to be used to pull releases out of tags other than just APACHE_2_0*, for example WROWE_2_0_45_RC2.

Any thoughts?

Regards,
Graham
--
-----------------------------------------
[EMAIL PROTECTED]               "There's a moon
                                        over Bourbon Street
                                                tonight..."
diff -u -r --exclude=CVS 
/home/minfrin/src/apache/pristine/httpd-2.0/build/httpd_roll_release 
httpd-2.0/build/httpd_roll_release
--- /home/minfrin/src/apache/pristine/httpd-2.0/build/httpd_roll_release        Wed 
Sep 18 13:53:31 2002
+++ httpd-2.0/build/httpd_roll_release  Sun Mar 30 15:25:38 2003
@@ -18,7 +18,7 @@
 
 REPO="httpd-2.0"
 WORKING_DIR=`echo "$REPO" | sed -e 's/[\-\.]/./g'`
-WORKING_TAG=`echo "$TAG" | sed -e 's/APACHE_2_0_/./'`
+WORKING_TAG=`echo "$TAG" | sed -e 's/[A-Z]*_2_0_/./'`
 WORKING_DIR="$WORKING_DIR$WORKING_TAG"
 
 START_DIR=`echo "$PWD"`

Reply via email to