From: thierry Date: Tue, 18 Mar 2008 13:35:27 +0000 (+0000) Subject: moving to new build box X-Git-Tag: foo~365 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5c88ee7b61068e51cee68d8fadf9cd448d08f15e;p=infrastructure.git moving to new build box --- diff --git a/scripts/post-commit b/scripts/post-commit index b389baa..e57b5ca 100755 --- a/scripts/post-commit +++ b/scripts/post-commit @@ -50,14 +50,14 @@ MAILDEST="onelab-svn@one-lab.org" FROM="$(id -un)@svn.one-lab.org" SUBJECT="svn.one-lab.org - check in:" -#/usr/share/doc/subversion-1.2.3/tools/hook-scripts/commit-email.pl \ +#/usr/share/doc/subversion-1.4.2/tools/hook-scripts/commit-email.pl \ # --from "$FROM" \ # -s "$SUBJECT" \ # "$REPOS" "$REV" "$MAILDEST" # using our customized commit email script custom=/root/bin/commit-email.pl -standard=/usr/share/doc/subversion-1.2.3/tools/hook-scripts/commit-email.pl +standard=/usr/share/doc/subversion-1.4.2/tools/hook-scripts/commit-email.pl if [ -x $custom ] ; then script=$custom