From: thierry Date: Sun, 9 Dec 2007 10:23:11 +0000 (+0000) Subject: scripts maintained in two separate places for now X-Git-Tag: foo~374 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e67773c2301b18d8b06c5edbb7e1544a8b195797;p=infrastructure.git scripts maintained in two separate places for now --- diff --git a/scripts/post-commit b/scripts/post-commit index 7c45218..e8dce16 100755 --- a/scripts/post-commit +++ b/scripts/post-commit @@ -70,4 +70,6 @@ $script --from "$FROM" -s "$SUBJECT" --size-limit 102400 "$REPOS" "$REV" "$MAILD #log-commit.py --repository "$REPOS" --revision "$REV" -sudo -u build /plc/devel/data/root/bin/auto-update.sh +# as plc-devel is being dismantled, keep these two separate +/root/bin/auto-update.sh +[ -d /plc/devel/data/root/bin ] && sudo -u build /plc/devel/data/root/bin/auto-update.sh