diff --git a/Python/etc/cron.daily/git_dirty_repo b/Python/etc/cron.daily/git_dirty_repo index 5df8405..8a5519c 100644 --- a/Python/etc/cron.daily/git_dirty_repo +++ b/Python/etc/cron.daily/git_dirty_repo @@ -4,6 +4,7 @@ info["owner"] = "root" info["group"] = "root" info["perms"] = 0755 +@#!/bin/bash header() notifier_path = "/usr/scripts/utils/git-whatsnew" @@ -24,3 +25,6 @@ if has("vert"): if has("news-server"): print '%s --repository=/var/www/webnews --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)