From owner-svn-ports-svnadmin@FreeBSD.ORG Sun Feb 1 09:50:41 2015 Return-Path: Delivered-To: svn-ports-svnadmin@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79626593; Sun, 1 Feb 2015 09:50:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64C87E89; Sun, 1 Feb 2015 09:50:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t119offr060168; Sun, 1 Feb 2015 09:50:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t119of66060167; Sun, 1 Feb 2015 09:50:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502010950.t119of66060167@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 1 Feb 2015 09:50:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r378233 - svnadmin/hooks/scripts X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-svnadmin@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for svnadmin of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 09:50:41 -0000 Author: antoine Date: Sun Feb 1 09:50:40 2015 New Revision: 378233 URL: https://svnweb.freebsd.org/changeset/ports/378233 QAT: https://qat.redports.org/buildarchive/r378233/ Log: Make the verify hook work on projects branches too With hat: portmgr Modified: svnadmin/hooks/scripts/verify.py Modified: svnadmin/hooks/scripts/verify.py ============================================================================== --- svnadmin/hooks/scripts/verify.py Sun Feb 1 09:16:33 2015 (r378232) +++ svnadmin/hooks/scripts/verify.py Sun Feb 1 09:50:40 2015 (r378233) @@ -79,6 +79,7 @@ kw_dirs = [ kw_prefixes = [ r'head/', r'branches/[^/]+/', + r'projects/[^/]+/', r'tags/[^/]+/', ]