From owner-freebsd-testing@FreeBSD.ORG Thu Mar 6 18:42:29 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 842AEC47; Thu, 6 Mar 2014 18:42:29 +0000 (UTC) Received: from mail-vc0-x22b.google.com (mail-vc0-x22b.google.com [IPv6:2607:f8b0:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DFAFAFD; Thu, 6 Mar 2014 18:42:29 +0000 (UTC) Received: by mail-vc0-f171.google.com with SMTP id le5so3000027vcb.2 for ; Thu, 06 Mar 2014 10:42:28 -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=ufJDsZ9woHqWKY4FB7ufcpjsgjXqB8FDpnDIEHS5wmc=; b=P74PrK+QYDo2XuABuR/OR3SfjDT8uQcKgY1edaTI7zAnAE8X542SsJQ/53N63xF2H8 IjBxw6EjjRhTw95tfZWqbCjexE8JZS7BbUYeDH1AwBqBaNLOI2OmTHshAciEJBb2EmYV JRXXniA5nntWPUZ7RAawv8XAVoW7mCLk8LWipuB/dr3y13iHHOcvi8gjlmBJ+xp3HZxd u8onnNIxt1UBP0Z3Bv8kfwC6dzEXDfn2OISmnlmPj2ss32k1mEEOlLzF5+Atrfos4VzJ WZliScXMGRccPOkkOvlGDlUgInopXjohTCHOa0Y+D7X7fLGBLCI7YLDwwhniiTkQFnCY Ckww== MIME-Version: 1.0 X-Received: by 10.220.106.84 with SMTP id w20mr6262218vco.18.1394131348286; Thu, 06 Mar 2014 10:42:28 -0800 (PST) Received: by 10.221.67.136 with HTTP; Thu, 6 Mar 2014 10:42:28 -0800 (PST) In-Reply-To: <20140306184030.GV87036@glenbarber.us> References: <16437CC5729B5345AF77F816513376E81296BC51@MX103CL02.corp.emc.com> <20140306184030.GV87036@glenbarber.us> Date: Thu, 6 Mar 2014 10:42:28 -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 18:42:29 -0000 On Thu, Mar 6, 2014 at 10:40 AM, Glen Barber wrote: > On Thu, Mar 06, 2014 at 10:35:34AM -0800, Garrett Cooper wrote: >> On Thu, Mar 6, 2014 at 10:01 AM, Peel, Casey wrote: >> > Greetings all. >> > >> > >> > >> > Benno pointed out that the tests against the HEAD branch on http://kyua1.nyi.freebsd.org appear to be misconfigured - is this a known issue? ... >> Hello Mr. Peel :)! >> >> Yes, that's definitely a bug because gjb changed how variables are >> defined in release.sh (mind the trailing slash!): >> >> http://svnweb.freebsd.org/base/head/release/release.conf.sample?r1=259079&r2=262499 >> http://svnweb.freebsd.org/base/head/release/release.sh?r1=259955&r2=262499 >> >> Too bad the extra slash wasn't kept in release.sh -- it would have >> avoided this breakage (I'm sure Julio isn't the only one who will have >> to update their release.conf). >> >> Julio, >> >> Looks like the NYI server needs to be updated and an extra slash needs >> to be added to the .conf file. >> > > 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? Thanks! -Garrett