crans_bcfg2/Python/etc/cron.weekly/git_dirty_repo
2015-05-14 07:19:56 +02:00

15 lines
369 B
Text

# -*- encoding: utf-8 -*-
info["owner"] = "root"
info["group"] = "root"
info["mode"] = 0755
@#!/bin/bash
header()
notifier_path = "/usr/scripts/utils/git-whatsnew"
default_from = "roots@crans.org"
default_to = "roots@crans.org"
if has("crans-nfs"):
out('%s --repository=/home/ca --from="%s" --to="%s"' % (notifier_path, default_from, "bureau@lists.crans.org"))