You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/04/06 01:12:11 UTC

cvs commit: httpd-2.0/build httpd_roll_release

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"`