svn commit: r266967 - svnadmin/hooks

Peter Wemm peter at FreeBSD.org
Mon Jun 2 06:09:06 UTC 2014


Author: peter
Date: Mon Jun  2 06:09:05 2014
New Revision: 266967
URL: http://svnweb.freebsd.org/changeset/base/266967

Log:
  Post commit -> bugzilla hook

Modified:
  svnadmin/hooks/post-commit

Modified: svnadmin/hooks/post-commit
==============================================================================
--- svnadmin/hooks/post-commit	Mon Jun  2 06:08:09 2014	(r266966)
+++ svnadmin/hooks/post-commit	Mon Jun  2 06:09:05 2014	(r266967)
@@ -57,5 +57,8 @@ update-root.sh "$REPO" "$REV"
 # commit mail
 mailer.py commit "$REPO" "$REV" /s/svn/base/conf/mailer.conf
 
+# Ping bugzilla if there's a reference
+notify_bz.sh "$REPO" "$REV"
+
 #commit-email.pl "$REPO" "$REV" commit-watchers at example.org
 #log-commit.py --repository "$REPO" --revision "$REV"


More information about the svn-src-svnadmin mailing list