From owner-freebsd-pkg@FreeBSD.ORG Mon May 19 20:57:07 2014 Return-Path: Delivered-To: freebsd-pkg@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 789F2D67; Mon, 19 May 2014 20:57:07 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 662802717; Mon, 19 May 2014 20:57:07 +0000 (UTC) Received: from AlfredMacbookAir.local (unknown [12.130.117.130]) by elvis.mu.org (Postfix) with ESMTPSA id 4C0C51A3CB8; Mon, 19 May 2014 13:56:56 -0700 (PDT) Message-ID: <537A700D.8080907@freebsd.org> Date: Mon, 19 May 2014 16:56:45 -0400 From: Alfred Perlstein Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Craig Rodrigues , freebsd-pkg@freebsd.org Subject: Re: RFC: poudriere in FreeNAS build References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Brooks Davis , Warner Losh X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 20:57:07 -0000 Craig, this looks really great. Just wondering, does this preserve the these aspects of the build: 1) done in a chroot? 2) provides an override for local mirror of source tarballs? 3) provides comprehensive logs when a package build fails? -Alfred On 5/19/14, 4:30 PM, Craig Rodrigues wrote: > Hi, > > I have done a lot of work to change the FreeNAS build system > to build packages using poudriere. I would be interested in > having some folks try it out and provide feedback. > > If you are interested in trying it out, please try the following > > SETUP > ====== > Make sure you have the following ports installed: > > pkg install devel/git > pkg install archivers/pxz > pkg install lang/python > pkg install emulators/virtualbox-ose > pkg install ports-mgmt/poudriere-devel > > > TESTING ON A FREEBSD 10 or FREEBSD CURRENT host > ============================================= > > These steps will only work on a FREEBSD 10, or a FREEBSD-CURRENT host > > git clone -b freebsd10 https://github.com/freenas/freenas.git > cd freenas > make git-external > make checkout > make release > > > TESTING ON A FREEBSD 9 host > ============================================= > > These steps will only work on a FREEBSD 9 host: > > git clone https://github.com/freenas/freenas.git > cd freenas > make git-external > make checkout > make release > > > Thanks for any feedback that you can provide. > > -- > Craig >