From owner-freebsd-current@FreeBSD.ORG Fri Mar 20 23:52:11 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4427CA0 for ; Fri, 20 Mar 2015 23:52:11 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::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 0B53BF1E for ; Fri, 20 Mar 2015 23:52:11 +0000 (UTC) Received: by igcau2 with SMTP id au2so1154402igc.0 for ; Fri, 20 Mar 2015 16:52:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3tseT3+WrNrzl3Hv+BMw/8m0Gw6S+C/uPAbwl+bBnG8=; b=dWa14iQY8x/81NbaRY90lvjvkGVmFsj82QfzyPpYlkFLXVR3TS/V68JH6zVNyAudMS 08iGk9dTwfP8NHWrNgXalwKnO2SodYLC4St5emfktQEDmaibwLg0wj3O8P3iE2+i1QTG IIwpVztwSPwu1UUxloOasfVYrFc0GY0ADKiHLoJVdxe80nSwY4LqoPIu/JBPoeT/DCxz wqQYdBtPrrVWNmE0HOmZ/4ti9qD6llB5dGf78kwz7tQrJPQdg+mHOG+trqKKDZW2rm4s vSUa6FkhT/ayigMDEl163z6XTGuDhkTXV/kI9QgOYTir0FclJ1mv4ysR/qmtiUZbGepW p5YA== MIME-Version: 1.0 X-Received: by 10.42.188.83 with SMTP id cz19mr6907325icb.69.1426895530484; Fri, 20 Mar 2015 16:52:10 -0700 (PDT) Received: by 10.107.156.75 with HTTP; Fri, 20 Mar 2015 16:52:10 -0700 (PDT) Date: Fri, 20 Mar 2015 19:52:10 -0400 Message-ID: Subject: What's the official method to test the build now? From: Ryan Stone To: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Fri, 20 Mar 2015 23:52:11 -0000 "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?