From owner-cvs-src@FreeBSD.ORG Sat Sep 10 10:18:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F5ED16A41F; Sat, 10 Sep 2005 10:18:50 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd5mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCD443D53; Sat, 10 Sep 2005 10:18:50 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd5mr3so.prod.shaw.ca (pd5mr3so-qfe3.prod.shaw.ca [10.0.141.144]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IML00FJFJBDCV70@l-daemon>; Sat, 10 Sep 2005 04:18:49 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd5mr3so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IML004K0JBDWQ70@pd5mr3so.prod.shaw.ca>; Sat, 10 Sep 2005 04:18:49 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IML00H1AJBCZ3@l-daemon>; Sat, 10 Sep 2005 04:18:49 -0600 (MDT) Date: Sat, 10 Sep 2005 03:18:48 -0700 From: Colin Percival In-reply-to: <20050909195940.GA32217@dragon.NUXI.org> To: obrien@FreeBSD.org Message-id: <4322B308.90703@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en X-Enigmail-Version: 0.92.0.0 References: <200509091936.j89JaUkA061400@repoman.freebsd.org> <4321E5DC.6020704@freebsd.org> <20050909195940.GA32217@dragon.NUXI.org> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 10:18:50 -0000 David O'Brien wrote: > On Fri, Sep 09, 2005 at 12:43:24PM -0700, Colin Percival wrote: >>Speaking of which, would it be possible for someone who knows the right >>magical incantations to disable this check entirely for security branches? >>It's much easier for us if we don't add $FreeBSD$ tags, but repeatedly >>toggling the exclude file seems rather silly. > > This seems against the spirit of a security branch. One reason we have > the $FreeBSD$ tags so one can tell what source built a particular binary. I see your point, but the number of people who would rely upon being able to search for $FreeBSD$ tags is small -- and that approach won't work at all for people who downloaded the patches from ftp.freebsd.org instead of using CVSup. Colin Percival