]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/buildd/files/cron.d-dsa-buildd
Only sync logs once per day since we are only transferring rotated logs
[dsa-puppet.git] / modules / buildd / files / cron.d-dsa-buildd
index bf9b12287fca145dbde11ff599360f834d898f1f..0ad3a6bb14cce86e3bb6ff45af2aa6e8e19e762d 100644 (file)
@@ -1 +1,6 @@
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
 @reboot buildd [ -f ~buildd/NO-DAEMON-PLEASE ] && grep 'delete-on-boot' ~buildd/NO-DAEMON-PLEASE > /dev/null && rm -f ~buildd/NO-DAEMON-PLEASE && if [ -x ~buildd/.bootscript ]; then ~buildd/.bootscript; else buildd-watcher; fi
+@reboot buildd2 [ -f ~buildd2/NO-DAEMON-PLEASE ] && grep 'delete-on-boot' ~buildd2/NO-DAEMON-PLEASE > /dev/null && rm -f ~buildd2/NO-DAEMON-PLEASE && if [ -x ~buildd2/.bootscript ]; then ~buildd2/.bootscript; else buildd-watcher; fi