svn commit: r558432 - in svnadmin/hooks: . scripts

Adam Weinberger adamw at FreeBSD.org
Sat Dec 19 06:03:45 UTC 2020


Author: adamw
Date: Sat Dec 19 06:03:44 2020
New Revision: 558432
URL: https://svnweb.freebsd.org/changeset/ports/558432

Log:
  svnadmin/hooks: Remove mfh hook
  
  MFHs do not require approval anymore, so unhook the mfh email generator
  from the post-commit hook.
  
  The email did contain a helpful hint as to the command necessary to perform
  the MFH, but it often required manual intervention and investigation to name
  all previous revisions between the branch and head. Given how frequently the
  suggested command was incomplete, it's probably better in the long-run that
  committers do the process by hand.
  
  Reviewed by:	bapt
  Differential Revision:	https://reviews.freebsd.org/D27514

Deleted:
  svnadmin/hooks/scripts/mfh.sh
Modified:
  svnadmin/hooks/post-commit

Modified: svnadmin/hooks/post-commit
==============================================================================
--- svnadmin/hooks/post-commit	Sat Dec 19 04:22:55 2020	(r558431)
+++ svnadmin/hooks/post-commit	Sat Dec 19 06:03:44 2020	(r558432)
@@ -57,10 +57,6 @@ update-root.sh "$REPO" "$REV"
 # commit mail
 mailer.py commit "$REPO" "$REV" /s/svn/ports/conf/mailer.conf
 
-# mfh
-
-mfh.sh "${REPO}" "${REV}"
-
 # Ping bugzilla if there's a reference
 notify_bz.sh "$REPO" "$REV"
 


More information about the svn-ports-svnadmin mailing list