Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 62719 invoked by uid 500); 12 Apr 2002 20:45:25 -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 62708 invoked by uid 500); 12 Apr 2002 20:45:25 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 12 Apr 2002 20:45:24 -0000 Message-ID: <20020412204524.67308.qmail@icarus.apache.org> From: jwoolley@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 jwoolley 02/04/12 13:45:24 Modified: build httpd_roll_release Log: Back out most of the previous commit, because part of it was useless and part of it was vetoed. Anybody know the sh-ism to compare timestamps on files? That's what we really need here. Revision Changes Path 1.10 +5 -15 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.9 retrieving revision 1.10 diff -u -d -u -r1.9 -r1.10 --- httpd_roll_release 12 Apr 2002 18:02:10 -0000 1.9 +++ httpd_roll_release 12 Apr 2002 20:45:24 -0000 1.10 @@ -66,27 +66,17 @@ echo "Making sure people can read the manual (expanding SSI's)" >> $LOG_NAME ( cd docs/manual ; chmod +x expand.pl ; ./expand.pl ; rm ./expand.pl ) >> $LOG_NAME -# make sure generated files are newer than their sources -echo "Making sure generated files are newer than their sources" -echo >> $LOG_NAME -echo "Making sure generated files are newer than their sources" >> $LOG_NAME -touch modules/ssl/ssl_expr_parse.c -touch modules/ssl/ssl_expr_parse.h -touch modules/ssl/ssl_expr_scan.c - # Time to roll the tarball echo "Rolling the tarballs" cd $START_DIR echo >> $LOG_NAME echo "Rolling the tarball" >> $LOG_NAME -tar cvf $WORKING_DIR.tar $WORKING_DIR >> $LOG_NAME -cp -p $WORKING_DIR.tar x$WORKING_DIR.tar -gzip -9 $WORKING_DIR.tar -mv $WORKING_DIR.tar.gz $WORKING_DIR-alpha.tar.gz -mv x$WORKING_DIR.tar $WORKING_DIR.tar -compress $WORKING_DIR.tar -mv $WORKING_DIR.tar.Z $WORKING_DIR-alpha.tar.Z +tar cvf $WORKING_DIR-alpha.tar $WORKING_DIR >> $LOG_NAME +cp -p $WORKING_DIR-alpha.tar x$WORKING_DIR-alpha.tar +gzip -9 $WORKING_DIR-alpha.tar +mv x$WORKING_DIR-alpha.tar $WORKING_DIR-alpha.tar +compress $WORKING_DIR-alpha.tar # Test the tarballs echo "Testing the tarball"