From e67773c2301b18d8b06c5edbb7e1544a8b195797 Mon Sep 17 00:00:00 2001 From: thierry Date: Sun, 9 Dec 2007 10:23:11 +0000 Subject: [PATCH] scripts maintained in two separate places for now --- scripts/post-commit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.43.0