[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r467: Re-enable weekly rebuilds, and change the time to be more convenient.

Jeff Licquia licquia at linuxfoundation.org
Wed May 15 03:08:24 UTC 2013


------------------------------------------------------------
revno: 467
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2013-05-14 23:08:24 -0400
message:
  Re-enable weekly rebuilds, and change the time to be more convenient.
modified:
  modules/buildbot/manifests/master.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/master.pp'
--- a/modules/buildbot/manifests/master.pp	2013-05-11 04:25:22 +0000
+++ b/modules/buildbot/manifests/master.pp	2013-05-15 03:08:24 +0000
@@ -156,16 +156,15 @@
     cron { 'weekly-rebuild':
         command => "echo architectures=$weeklyrebuildarchs | cat /opt/buildbot/buildbot-config/weekly-jobfile - > /opt/buildbot/jobdir/weekly-jobfile",
         user    => 'buildbot',
-        hour    => '6',
+        hour    => '1',
         minute  => '0',
         weekday => 'Saturday',
-        ensure  => absent,
     }
 
     cron { 'weekly-rebuild-devchk':
         command => '/usr/local/bin/start_lsb_build devel devchk',
         user    => 'buildbot',
-        hour    => '6',
+        hour    => '1',
         minute  => '0',
         weekday => 'Saturday',
     }



More information about the lsb-messages mailing list