[cron.daily/git_dirty_repo] En fait le dépôt sur news c'est /var/www en entier et pas juste webnews
This commit is contained in:
parent
c37f7b14f1
commit
fd3785e158
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ 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)
|
||||
print '%s --repository=/var/www --from="%s" --to="%s"' % (notifier_path, default_from, default_to)
|
||||
|
||||
if has("intranet2-server"):
|
||||
print '%s --repository=/usr/local/django/intranet --from="%s" --to="%s"' % (notifier_path, default_from, default_to)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue