svn commit: r455211 - svnadmin/hooks/scripts

Mathieu Arnold mat at FreeBSD.org
Thu Nov 30 16:25:07 UTC 2017


Author: mat
Date: Thu Nov 30 16:25:06 2017
New Revision: 455211
URL: https://svnweb.freebsd.org/changeset/ports/455211

Log:
  Remove the ban on Python ports.
  
  Sponsored by:	Absolight

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

Modified: svnadmin/hooks/scripts/detect-filename.sh
==============================================================================
--- svnadmin/hooks/scripts/detect-filename.sh	Thu Nov 30 15:50:30 2017	(r455210)
+++ svnadmin/hooks/scripts/detect-filename.sh	Thu Nov 30 16:25:06 2017	(r455211)
@@ -16,13 +16,6 @@ fi
 # Approved by portmgr gets a free pass
 $SVNLOOK log -t "$TXN" "$REPO" | grep -q 'portmgr' && exit 0
 
-# Look for python ports.
-if $SVNLOOK changed -t "$TXN" "$REPO" | grep -q -E '^.*/py-'; then
-  echo "Temorary ban on committing to py- ports while the final touch to" >&2
-  echo "the Python FLAVORS is being worked on and tested." >&2
-  exit 1
-fi
-
 # Look for new py3 ports
 if $SVNLOOK changed -t "$TXN" "$REPO" | grep -q -E '^A.*/py3'; then
   echo "Adding new py3- ports is forbidden." >&2


More information about the svn-ports-all mailing list