svn commit: r450617 - svnadmin/hooks/scripts

Mathieu Arnold mat at FreeBSD.org
Mon Sep 25 16:18:03 UTC 2017


Author: mat
Date: Mon Sep 25 16:18:01 2017
New Revision: 450617
URL: https://svnweb.freebsd.org/changeset/ports/450617

Log:
  Fix hook.
  
  Because it seems I will mess up a hook every two or three tries.
  
  Reported by:	koobs
  Pointy hat:	mat
  Sponsored by:	Absolight

Modified:
  svnadmin/hooks/scripts/stage-only.sh

Modified: svnadmin/hooks/scripts/stage-only.sh
==============================================================================
--- svnadmin/hooks/scripts/stage-only.sh	Mon Sep 25 15:37:17 2017	(r450616)
+++ svnadmin/hooks/scripts/stage-only.sh	Mon Sep 25 16:18:01 2017	(r450617)
@@ -35,7 +35,7 @@ for line in $(svnlook changed -t $TXN $REPO) ; do
 			exit 1
 		fi
 		if svnlook cat -t ${TXN} ${REPO} $fpath | grep -q "^FLAVORS" ; then
-			echo "Do not commit a port with FLAVORS without first" > 1>&2
+			echo "Do not commit a port with FLAVORS without first" 1>&2
 			echo "getting approval from portmgr." 1>&2
 			exit 1
 		fi


More information about the svn-ports-svnadmin mailing list