[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1223 - in trunk: freebsd6-buildutils kfreebsd-6



Author: rmh
Date: 2006-02-17 08:51:42 +0000 (Fri, 17 Feb 2006)
New Revision: 1223

Modified:
   trunk/freebsd6-buildutils/fetch
   trunk/kfreebsd-6/fetch
Log:
Remove tarball before re-generating.

Modified: trunk/freebsd6-buildutils/fetch
===================================================================
--- trunk/freebsd6-buildutils/fetch	2006-02-17 08:48:44 UTC (rev 1222)
+++ trunk/freebsd6-buildutils/fetch	2006-02-17 08:51:42 UTC (rev 1223)
@@ -30,6 +30,7 @@
   cvs ${action} -r RELENG_6_0_0_RELEASE $i
 done
 
+rm -f src.tar.gz
 tar -czpf src.tar.gz src/ ports/
 
 rm -rf src ports

Modified: trunk/kfreebsd-6/fetch
===================================================================
--- trunk/kfreebsd-6/fetch	2006-02-17 08:48:44 UTC (rev 1222)
+++ trunk/kfreebsd-6/fetch	2006-02-17 08:51:42 UTC (rev 1223)
@@ -16,6 +16,7 @@
 
 grep ^src/ debian/copyright | xargs rm -rf
 
+rm -f src.tar.bz2
 tar -cjpf src.tar.bz2 src/
 
 rm -rf src



Reply to: