svn commit: r450618 - svnadmin/hooks

Glen Barber gjb at FreeBSD.org
Mon Sep 25 16:19:11 UTC 2017


Author: gjb
Date: Mon Sep 25 16:19:10 2017
New Revision: 450618
URL: https://svnweb.freebsd.org/changeset/ports/450618

Log:
  Comment the stage-only.sh script call, added in r450616.
  
  Approved by:	portmgr (implicit), svnadmin (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  svnadmin/hooks/pre-commit

Modified: svnadmin/hooks/pre-commit
==============================================================================
--- svnadmin/hooks/pre-commit	Mon Sep 25 16:18:01 2017	(r450617)
+++ svnadmin/hooks/pre-commit	Mon Sep 25 16:19:10 2017	(r450618)
@@ -92,8 +92,8 @@ deny-filenames.sh "$REPO" "$TXN" || exit 1
 # check for misplaced mergeinfo
 mergeinfo.sh "$REPO" "$TXN" || exit 1
 
-# check NO_STAGE in commits
-stage-only.sh "$REPO" "$TXN" || exit 1
+## check NO_STAGE in commits
+#stage-only.sh "$REPO" "$TXN" || exit 1
 
 # check commits to vuln.xml don't have other files
 vulnxml-unique.sh "$REPO" "$TXN" || exit 1


More information about the svn-ports-all mailing list