# -*- 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"))