From e2768b13344b149e62d256f7efbcee923e4e6e3d Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Mon, 7 Aug 2017 00:00:26 +0200 Subject: [PATCH] update-buildd-schroots: shift chroot build time by 1 hour 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 --- modules/buildd/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/buildd/manifests/init.pp b/modules/buildd/manifests/init.pp index a5db82746..5cf7fb27a 100644 --- a/modules/buildd/manifests/init.pp +++ b/modules/buildd/manifests/init.pp @@ -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", } } -- 2.20.1