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:
d89f3fe
)
add puppet notification header
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 23 Jan 2011 14:56:06 +0000
(15:56 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sun, 23 Jan 2011 15:04:47 +0000
(16:04 +0100)
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
bf9b122
..
55da996
100644
(file)
--- a/
modules/buildd/files/cron.d-dsa-buildd
+++ b/
modules/buildd/files/cron.d-dsa-buildd
@@
-1
+1,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