[Fai-commit] r4246 - people/h01ger/faicd

Holger Levsen h01ger-guest at alioth.debian.org
Fri Mar 16 13:43:45 CET 2007


Author: h01ger-guest
Date: 2007-03-16 12:43:45 +0000 (Fri, 16 Mar 2007)
New Revision: 4246

Modified:
   people/h01ger/faicd/build.sh
Log:
actually cleanup

Modified: people/h01ger/faicd/build.sh
===================================================================
--- people/h01ger/faicd/build.sh	2007-03-14 11:31:50 UTC (rev 4245)
+++ people/h01ger/faicd/build.sh	2007-03-16 12:43:45 UTC (rev 4246)
@@ -80,9 +80,9 @@
 # cleanup old images and logs
 #
 cd $PUBLISH_DIR
-find . -mtime +1 !  -name "fai*-*00.???" -exec echo rm {} \;
-find . -mtime +2 !  -name "fai*-1600.???" -exec echo rm {} \;
-find . -mtime +14 ! -name "fai*-0400.???" -exec echo rm {} \;
+#find . -mtime +1 -name "faicd-*.???" !  -name "fai*-*00.???" -exec rm -f {} \;
+#find . -mtime +2 -name "faicd-*.???" !  -name "fai*-1600.???" -exec rm -f {} \;
+find . -mtime +14 -name "faicd-*.???" -exec rm -f {} \;
 
 #
 # re-create warning README




More information about the Fai-commit mailing list