update-buildd-schroots: shift chroot build time by 1 hour
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 6 Aug 2017 22:00:26 +0000 (00:00 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 6 Aug 2017 22:00:26 +0000 (00:00 +0200)
So we don't try to recreate chroots exactly when the mirrors are being
updated. dak is faster those days and debootstrap still doesn't use
by-hash.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/buildd/manifests/init.pp

index a5db827..5cf7fb2 100644 (file)
@@ -105,7 +105,7 @@ class buildd ($ensure=present) {
 
                if $has_srv_buildd {
                        file { '/etc/cron.d/puppet-update-buildd-schroots':
-                               content  => "13 21 * * 0,3 root PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin setup-all-dchroots buildd\n",
+                               content  => "13 22 * * 0,3 root PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin setup-all-dchroots buildd\n",
                        }
                }