svn commit: r44994 - svnadmin/hooks

Peter Wemm peter at FreeBSD.org
Mon Jun 2 07:20:29 UTC 2014


Author: peter (src committer)
Date: Mon Jun  2 07:20:29 2014
New Revision: 44994
URL: http://svnweb.freebsd.org/changeset/doc/44994

Log:
  Add post-commit -> bugzilla notifier
  
  Approved by:    doceng (not really, but this is time sensitive)

Modified:
  svnadmin/hooks/post-commit

Modified: svnadmin/hooks/post-commit
==============================================================================
--- svnadmin/hooks/post-commit	Mon Jun  2 07:19:04 2014	(r44993)
+++ svnadmin/hooks/post-commit	Mon Jun  2 07:20:29 2014	(r44994)
@@ -57,5 +57,8 @@ update-root.sh "$REPO" "$REV"
 # commit mail
 mailer.py commit "$REPO" "$REV" /s/svn/doc/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-doc-all mailing list