From owner-freebsd-testing@FreeBSD.ORG Thu Mar 6 19:13:33 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33991D3A; Thu, 6 Mar 2014 19:13:33 +0000 (UTC) Received: from mail-vc0-x22d.google.com (mail-vc0-x22d.google.com [IPv6:2607:f8b0:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0074DC0; Thu, 6 Mar 2014 19:13:32 +0000 (UTC) Received: by mail-vc0-f173.google.com with SMTP id ld13so3090173vcb.32 for ; Thu, 06 Mar 2014 11:13:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=g1tg3tGj1LkKfOwJvBk7Iw7PaPT4rUq25cLkYWFlN+c=; b=H4tQ6xX5+XyB/Sza14p36NhA1lcSd+yV0u0EZFmvdvUGNZa47dBVxjcLgm+lvjtr4P ne7w2LJgNHthLYKaARmFr8BIuXmDmbPoUv3NTfUr4fLOvZekOnlKM9rrSA80RyhL4TzP 0paCl+wbKI9V/XsdSNY5gvFNJ28SGnrtJ/b8rz2gYhP3lz++mFzcVTHxu2Q0KgqIXnz3 nH6DDIl/Pbh7iAPckTtaRoPzsUaksgPLNqIMbcUmfzNgeXwp73iIzmhqmw3EQvfrlsCS CaLax9x+ND0FfUb7qpirR9YLQFXOKVJGRoK1B5lw3pcb72dKUqQhA/K7CGyEYMioCkw0 NBew== MIME-Version: 1.0 X-Received: by 10.58.229.4 with SMTP id sm4mr6740157vec.10.1394133211862; Thu, 06 Mar 2014 11:13:31 -0800 (PST) Received: by 10.221.67.136 with HTTP; Thu, 6 Mar 2014 11:13:31 -0800 (PST) In-Reply-To: <20140306184949.GW87036@glenbarber.us> References: <16437CC5729B5345AF77F816513376E81296BC51@MX103CL02.corp.emc.com> <20140306184030.GV87036@glenbarber.us> <20140306184949.GW87036@glenbarber.us> Date: Thu, 6 Mar 2014 11:13:31 -0800 Message-ID: Subject: Re: tests on kyua1.nyi.freebsd.org against HEAD failing From: Garrett Cooper To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 Cc: Julio Merino , "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 19:13:33 -0000 On Thu, Mar 6, 2014 at 10:49 AM, Glen Barber wrote: > On Thu, Mar 06, 2014 at 10:42:28AM -0800, Garrett Cooper wrote: >> On Thu, Mar 6, 2014 at 10:40 AM, Glen Barber wrote: >> > Yes, it was an unfortunate change, but sadly was the "best" way I could >> > find to change things around to be able to replace VCSCMD. >> > >> > Sorry about the breakage it caused. Changes like that will not be >> > a regular occurrence. >> >> Hmm... shouldn't this be documented in UPDATING? > > No, see r262862. Should that be keyed off of VCSCMD? Also, there's nothing wrong with using URIs for paths with git (if that was part of the concern), e.g. `git archive file://$PWD master`. I do that quite frequently actually to test local changes before committing them to repos... Thanks! -Garrett