svn commit: r356198 - svnadmin/hooks

Peter Wemm peter at FreeBSD.org
Mon Jun 2 07:23:56 UTC 2014


Author: peter (src committer)
Date: Mon Jun  2 07:23:56 2014
New Revision: 356198
URL: http://svnweb.freebsd.org/changeset/ports/356198
QAT: https://qat.redports.org/buildarchive/r356198/

Log:
  Add post-commit -> bugzilla notifier
  
  Approved by:    portmgr (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:22:59 2014	(r356197)
+++ svnadmin/hooks/post-commit	Mon Jun  2 07:23:56 2014	(r356198)
@@ -61,5 +61,8 @@ mailer.py commit "$REPO" "$REV" /s/svn/p
 
 mfh.sh "${REPO}" "${REV}"
 
+# 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-ports-svnadmin mailing list