svn commit: r443784 - svnadmin/hooks/scripts

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 17 19:32:46 UTC 2017


Author: bdrewery
Date: Sat Jun 17 19:32:45 2017
New Revision: 443784
URL: https://svnweb.freebsd.org/changeset/ports/443784

Log:
  Add further justification for blocking new py3 slaves.
  
  Approved by:	portmgr (implicit)

Modified:
  svnadmin/hooks/scripts/detect-filename.sh

Modified: svnadmin/hooks/scripts/detect-filename.sh
==============================================================================
--- svnadmin/hooks/scripts/detect-filename.sh	Sat Jun 17 18:42:42 2017	(r443783)
+++ svnadmin/hooks/scripts/detect-filename.sh	Sat Jun 17 19:32:45 2017	(r443784)
@@ -33,6 +33,8 @@ if $SVNLOOK changed -t "$TXN" "$REPO" | grep -q -E '^A
   echo "support is coming soon which will remove the need for these kind of" >&2
   echo "slave ports.  Having new ones come in slows down development for" >&2
   echo "FLAVORS support." >&2
+  echo "It also confuses users if a new slave is added and then is" >&2
+  echo "suddenly gone in a few weeks due to FLAVORS replacing it." >&2
   exit 1
 fi
 


More information about the svn-ports-svnadmin mailing list