From owner-svn-ports-all@freebsd.org Thu Oct 15 14:59:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EF6AA15BDC; Thu, 15 Oct 2015 14:59:58 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (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 0DE0FB36; Thu, 15 Oct 2015 14:59:58 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabur7 with SMTP id ur7so7809719pab.2; Thu, 15 Oct 2015 07:59:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=saZxoPlQpfenOSuOQAI5uNKbbRPZ2roryXen7N1GZVU=; b=xK0411xsIIh+8MnKZGs06JhUl8Y8XQ6p/imCg/Cq2LjopO3flQPJVmDcy01I6HPfXu AQFl2XhEYKp7dLQFAhhZMUhGTemJ4+85iDRBXcqSlOBM8yFM+e+hCCvJtMe8rQPWxQLx btCkNqEVs7EbrP4Agftl9ilJOglqJNWIRVj2xCc7q6xrVgdfTbvWtGC5ruKgTb8j3io8 Qj+2AyGKbhQZPCpOcPS/dHlnqyRH6xjfd+Y8Q3hX49vnt/LZhycP8/GrQieLYqQ3aGdQ iO8mjXTewY+fAYNIkTzqAkkTpQhE8Cm4xguswgS7sMmhgrJZJdcqWmUEr+93MdpeYI9K ZigA== X-Received: by 10.68.57.208 with SMTP id k16mr4984516pbq.12.1444921197674; Thu, 15 Oct 2015 07:59:57 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::3? (2001-44b8-31ae-7b01-0000-0000-0000-0003.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::3]) by smtp.gmail.com with ESMTPSA id we9sm16062618pab.3.2015.10.15.07.59.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Oct 2015 07:59:57 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r399326 - in head: . Mk Mk/Uses References: <201510150736.t9F7acXB092663@repo.freebsd.org> <561FBDD4.30908@FreeBSD.org> <6ca15e2c5024108b5ab2f2442bbbba6a@secure.marino.st> To: marino@freebsd.org, Bryan Drewery , Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <561FBF60.3060703@FreeBSD.org> Date: Fri, 16 Oct 2015 01:59:44 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <6ca15e2c5024108b5ab2f2442bbbba6a@secure.marino.st> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 14:59:58 -0000 On 16/10/2015 1:56 AM, John Marino (FreeBSD) wrote: > happened (dports have to pass through poudriere before they get > committed to the tree, so it was a total blocker). I like this idea. Is it automated, in the sense that if it passes poudriere it gets committed? How do we get that?