[Piuparts-commits] rev 478 - piatti/home/piupartss trunk

Holger Levsen holger at alioth.debian.org
Sun Aug 9 22:36:49 UTC 2009


Author: holger
Date: 2009-08-09 22:36:48 +0000 (Sun, 09 Aug 2009)
New Revision: 478

Modified:
   piatti/home/piupartss/crontab
   trunk/TODO
Log:
delete chroot-tarballs once a month, so that new ones are created automatically

Modified: piatti/home/piupartss/crontab
===================================================================
--- piatti/home/piupartss/crontab	2009-08-09 22:00:48 UTC (rev 477)
+++ piatti/home/piupartss/crontab	2009-08-09 22:36:48 UTC (rev 478)
@@ -8,3 +8,8 @@
 # monitor for problems every two hours
 #
 23 */2 * * * /home/piupartss/bin/detect_leftover_processes
+
+#
+# delete chroot-tarballs once a month, so that new ones are created automatically
+#
+42 23 1 * * sudo rm -v /org/piuparts.debian.org/slave/*/*.tar.gz

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2009-08-09 22:00:48 UTC (rev 477)
+++ trunk/TODO	2009-08-09 22:36:48 UTC (rev 478)
@@ -21,7 +21,8 @@
 - probably include patch for #523950
 - probably include patch for #519192 - not sure if i like that aproach
 
-- piuparts-slave: if chroot.tgz is older than N hours, regenerate it
+- piuparts-slave: if chroot.tgz is older than N days, regenerate it
+ - currently this is done via ~piupartss/crontab, but that's a hack
 
 - introduce a whitelist of packages where it it is ok to break circular dependencies, like perl + perl-modules and xserver-xorg-core + xserver-xorg 
 




More information about the Piuparts-commits mailing list