moving to new build box
[infrastructure.git] / scripts / post-commit
index b389baa..e57b5ca 100755 (executable)
@@ -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