diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-02-13 20:06:05 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-02-13 20:06:05 +0000 |
commit | 0f3fa139fabb3f5a331be8582f2ee7c7c19a334f (patch) | |
tree | 5c27f2d1adad490eefe8ebba099cd2b7fffd1f56 /modules/buildsystem | |
parent | 3d64ecec87325a55fbc4672fa03886895c5ede5c (diff) | |
download | puppet-0f3fa139fabb3f5a331be8582f2ee7c7c19a334f.tar puppet-0f3fa139fabb3f5a331be8582f2ee7c7c19a334f.tar.gz puppet-0f3fa139fabb3f5a331be8582f2ee7c7c19a334f.tar.bz2 puppet-0f3fa139fabb3f5a331be8582f2ee7c7c19a334f.tar.xz puppet-0f3fa139fabb3f5a331be8582f2ee7c7c19a334f.zip |
Re-enable build cron (and run ulri before emi to improve uploads grouping)
Diffstat (limited to 'modules/buildsystem')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 6b8fcb80..19060968 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -77,11 +77,11 @@ class buildsystem { include youri_submit include buildsystem::check_missing_deps -# cron { "dispatch jobs": -# user => $sched_login, -# command => "emi ; ulri", -# minute => "*", -# } + cron { "dispatch jobs": + user => $sched_login, + command => "ulri; emi", + minute => "*", + } } class buildnode inherits base { |