From: Ryan Bloom Date: Tue, 6 Nov 2001 16:25:52 +0000 (+0000) Subject: Stop removing the test directories when rolling a build. X-Git-Tag: 2.0.28~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0979604903139065ae290e89588ee6847093cfab;p=apache Stop removing the test directories when rolling a build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91766 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/httpd_roll_release b/build/httpd_roll_release index 5303a6a874..0e207d9397 100755 --- a/build/httpd_roll_release +++ b/build/httpd_roll_release @@ -55,7 +55,6 @@ rm -f STATUS echo >> $LOG_NAME echo "Removing files that we don't distribute" >> $LOG_NAME find . -name ".cvsignore" -exec rm {} \; >> $LOG_NAME -find . -type d -name "test" | xargs rm -rf >> $LOG_NAME find . -type d -name "CVS" | xargs rm -rf >> $LOG_NAME # expand SSI directives in the manual