[Box Backup-commit] COMMIT r3150 - box/trunk/infrastructure

subversion at boxbackup.org subversion at boxbackup.org
Thu Nov 15 00:00:06 GMT 2012


Author: chris
Date: 2012-11-15 00:00:06 +0000 (Thu, 15 Nov 2012)
New Revision: 3150

Modified:
   box/trunk/infrastructure/makeparcels.pl.in
Log:
We need rm -f to remove read-only files from .svn directory copies in testfiles.


Modified: box/trunk/infrastructure/makeparcels.pl.in
===================================================================
--- box/trunk/infrastructure/makeparcels.pl.in	2012-11-14 23:49:51 UTC (rev 3149)
+++ box/trunk/infrastructure/makeparcels.pl.in	2012-11-15 00:00:06 UTC (rev 3150)
@@ -375,8 +375,8 @@
 }
 else
 {
-	print MAKE "\tfind release debug       -type f -exec rm {} \\;\n";
-	print MAKE "\tfind . -name 'autogen_*' -type f -exec rm {} \\;\n";
+	print MAKE "\tfind release debug       -type f -exec rm -f {} \\;\n";
+	print MAKE "\tfind . -name 'autogen_*' -type f -exec rm -f {} \\;\n";
 }
 
 for my $parcel (@parcels)




More information about the Boxbackup-commit mailing list