[cron.daily/git_dirty_repo] On "monitore" les dépôts git sur les serveurs idoines.
On choisit arbitrairement le serveur NFS pour les dépôts qui sont sur le NFS.
This commit is contained in:
parent
6a87630b87
commit
29bb714579
1 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,15 @@ default_to = "roots@crans.org"
|
|||
|
||||
if has("crans-nfs"):
|
||||
print '%s --repository=/usr/scripts --from="%s" --to="%s"' % (notifier_path, default_from, default_to)
|
||||
print '%s --repository=/usr/scripts/lc_ldap --from="%s" --to="%s"' % (notifier_path, default_from, default_to)
|
||||
print '%s --repository=/usr/scripts/intranet --from="%s" --to="%s"' % (notifier_path, default_from, default_to)
|
||||
print '%s --repository=/usr/scripts/surveillance/mac_ip --from="%s" --to="%s"' % (notifier_path, default_from, default_to)
|
||||
|
||||
if has("bcfg2"):
|
||||
print '%s --repository=/var/lib/bcfg2 --from="%s" --to="%s"' % (notifier_path, default_from, default_to)
|
||||
|
||||
if has("vert"):
|
||||
print '%s --repository=/root/cranspasswords --from="%s" --to="%s"' % (notifier_path, default_from, default_to)
|
||||
|
||||
if has("news-server"):
|
||||
print '%s --repository=/var/www/webnews --from="%s" --to="%s"' % (notifier_path, default_from, default_to)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue