Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 22804 invoked by uid 500); 5 Apr 2002 23:12:12 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 22791 invoked by uid 500); 5 Apr 2002 23:12:12 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 5 Apr 2002 23:12:11 -0000 Message-ID: <20020405231211.32854.qmail@icarus.apache.org> From: rbb@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/build httpd_roll_release X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rbb 02/04/05 15:12:11 Modified: build httpd_roll_release Log: Use the new format for the tarballs. httpd-2.0.xx-alpha.tar.gz Revision Changes Path 1.8 +2 -2 httpd-2.0/build/httpd_roll_release Index: httpd_roll_release =================================================================== RCS file: /home/cvs/httpd-2.0/build/httpd_roll_release,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- httpd_roll_release 11 Dec 2001 19:28:38 -0000 1.7 +++ httpd_roll_release 5 Apr 2002 23:12:11 -0000 1.8 @@ -15,8 +15,8 @@ USER=$3 REPO="httpd-2.0" -WORKING_DIR=`echo "$REPO" | sed -e 's/[\-\.]/_/g'` -WORKING_TAG=`echo "$TAG" | sed -e 's/APACHE_2_0_/_/'` +WORKING_DIR=`echo "$REPO" | sed -e 's/[\-\.]/./g'` +WORKING_TAG=`echo "$TAG" | sed -e 's/APACHE_2_0_/./'` WORKING_DIR="$WORKING_DIR$WORKING_TAG" START_DIR=`echo "$PWD"`