Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 06:03:45 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org
Subject:   svn commit: r558432 - in svnadmin/hooks: . scripts
Message-ID:  <202012190603.0BJ63jt0068837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012190603.0BJ63jt0068837>