From owner-freebsd-current@FreeBSD.ORG Sat Mar 21 01:31:30 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B677C3A for ; Sat, 21 Mar 2015 01:31:30 +0000 (UTC) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03BBCBDB for ; Sat, 21 Mar 2015 01:31:30 +0000 (UTC) Received: by qcay5 with SMTP id y5so17512499qca.1 for ; Fri, 20 Mar 2015 18:31:29 -0700 (PDT) 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=qQvG4Ir+Bdkby7ZAqF4E8IAodaPRBmcVsMlkZCsr0Go=; b=TzV8APhZ8CmzcTuISppYwyh2humqa5HOpsqw2F4Q7/NOPFm1y9FfY1WqmOQzzFqfOU T2W+bhjZUoYUgx924N7LbF2XI4FM0TX52lNqDkDrw708CZDcjupbZikEJAY1Kn/D/Z9x sbYWpuykpg9YpWftFpG8l8d4pbfxrDwF3AVk6iklVEoYaLeP+Bf2G3M4C1y0ZVguaMme YCQ7TQFuuwdCmc2JwUEJYA1ukb79/To3WZMaHjO1cJlYGaL8cqJHExtsR5gkNwhDVDKU Jhgc4naJlV0qN1iUYE6fJyER9Nvsh5OM6qzK3DV7p5huuaBFvQGi1xszydDQ3eip6Gi4 alCQ== MIME-Version: 1.0 X-Received: by 10.55.23.6 with SMTP id i6mr114255110qkh.39.1426901489192; Fri, 20 Mar 2015 18:31:29 -0700 (PDT) Received: by 10.140.94.99 with HTTP; Fri, 20 Mar 2015 18:31:29 -0700 (PDT) In-Reply-To: References: Date: Fri, 20 Mar 2015 18:31:29 -0700 Message-ID: Subject: Re: What's the official method to test the build now? From: NGie Cooper To: Ryan Stone Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2015 01:31:30 -0000 On Fri, Mar 20, 2015 at 4:52 PM, Ryan Stone wrote: > "make tinderbox" has been broken for weeks, so I presume it's not what I'm > supposed to be using to test my commits anymore. What's the officially > supported make target that I'm supposed to use? It should work. If it doesn't, then we need to do a fixathon for it.. Folks might not have been setting SRCCONF / __MAKE_CONF to /dev/null before committing to head by accident :/..