projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dec8058
)
lets test coverage
author
Stephen Gran
<steve@lobefin.net>
Mon, 16 Apr 2012 18:57:38 +0000
(19:57 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 16 Apr 2012 18:57:38 +0000
(19:57 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/buildd/files/cron.d-dsa-buildd
patch
|
blob
|
history
diff --git
a/modules/buildd/files/cron.d-dsa-buildd
b/modules/buildd/files/cron.d-dsa-buildd
index
55da996
..
5858293
100644
(file)
--- a/
modules/buildd/files/cron.d-dsa-buildd
+++ b/
modules/buildd/files/cron.d-dsa-buildd
@@
-2,4
+2,5
@@
## 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