From: Stephen Gran Date: Mon, 16 Apr 2012 19:00:14 +0000 (+0100) Subject: Revert "lets test coverage" X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=dc35cce959e1d4c037909f1b07dfa1aaf4ba25c0;p=mirror%2Fdsa-puppet.git Revert "lets test coverage" This reverts commit 338a50de7c0e5134226279544c80d4f7ea8becb3. --- diff --git a/modules/buildd/files/cron.d-dsa-buildd b/modules/buildd/files/cron.d-dsa-buildd index 58582930b..55da99644 100644 --- a/modules/buildd/files/cron.d-dsa-buildd +++ b/modules/buildd/files/cron.d-dsa-buildd @@ -2,5 +2,4 @@ ## 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