From owner-svn-src-stable-10@freebsd.org Thu Nov 7 00:14:26 2019 Return-Path: Delivered-To: svn-src-stable-10@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DBBF517D633; Thu, 7 Nov 2019 00:14:26 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 477kRQ5NYKz3LJ1; Thu, 7 Nov 2019 00:14:26 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (c-73-225-95-104.hsd1.wa.comcast.net [73.225.95.104]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id xA70EMe8083790 (version=TLSv1.2 cipher=AES128-SHA bits=128 verify=NO); Wed, 6 Nov 2019 16:14:24 -0800 (PST) (envelope-from julian@freebsd.org) Subject: Re: svn commit: r354393 - stable/10 To: Warner Losh , Glen Barber Cc: "Rodney W. Grimes" , Warner Losh , src-committers , svn-src-all , svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org, FreeBSD Release Engineering Team References: <201911061434.xA6EYFBF058593@repo.freebsd.org> <201911061706.xA6H6OSW010908@gndrsh.dnsmgr.net> <20191106172315.GI1424@FreeBSD.org> From: Julian Elischer Message-ID: Date: Wed, 6 Nov 2019 16:14:14 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Rspamd-Queue-Id: 477kRQ5NYKz3LJ1 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.93 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.93)[-0.931,0]; ASN(0.00)[asn:36236, ipnet:204.109.60.0/22, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2019 00:14:26 -0000 On 11/6/19 9:29 AM, Warner Losh wrote: > > > On Wed, Nov 6, 2019 at 10:23 AM Glen Barber > wrote: > > On Wed, Nov 06, 2019 at 09:06:24AM -0800, Rodney W. Grimes wrote: > > > Author: imp > > > Date: Wed Nov  6 14:34:14 2019 > > > New Revision: 354393 > > > URL: https://svnweb.freebsd.org/changeset/base/354393 > > > > > > Log: > > >   Replace current with stable/10 > > > > > >   Direct commit because not relevant to other branches > > > > Glen, > > > > Would you add this to the list of RE@ things to do when a > > new branch is created? > > > That's a great idea... Thanks Rod. > > It is in the document already, but I still somehow missed it. > > > There's a lot on this list, so that's understandable... > > Maybe it's something we should enshrine in a shell script? > > Warner I am a tremendous believer of such scripts. Firstly it can save time, but more importantly it embodies learned procedures and is authoritative. If a shell script worked prviously and doesn't work now, you know something changed.