From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 16:00:12 2012 Return-Path: Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14E57106564A for ; Fri, 13 Jul 2012 16:00:11 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 82D408FC14 for ; Fri, 13 Jul 2012 16:00:11 +0000 (UTC) Received: from vincemacbook.unsane.co.uk (vincemacbook.unsane.co.uk [10.10.10.20]) (authenticated bits=0) by unsane.co.uk (8.14.5/8.14.5) with ESMTP id q6DG09u6058868 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 13 Jul 2012 17:00:09 +0100 (BST) (envelope-from vince@unsane.co.uk) Message-ID: <50004609.4030705@unsane.co.uk> Date: Fri, 13 Jul 2012 17:00:09 +0100 From: Vincent Hoffman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Patrick Lamaiziere References: <50000760.5060904@unsane.co.uk> <20120713170418.64c53304@davenulle.org> In-Reply-To: <20120713170418.64c53304@davenulle.org> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: "FreeBSD-Questions@freebsd.org" Subject: Re: anyone here use poudriere ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2012 16:00:12 -0000 On 13/07/2012 16:04, Patrick Lamaiziere wrote: > Le Fri, 13 Jul 2012 12:32:48 +0100, > Vincent Hoffman a écrit : > >> I've been playing with poudriere and pkg as per >> http://fossil.etoilebsd.net/poudriere/doc/trunk/doc/pkgng_repos.wiki >> in the hope that it will be an easier way to maintain a custom >> internal package repository for work not I'va managed to get a few >> FreeBSD boxes into service there. >> >> I'm liking it lots more than the traditional package build but I am >> having some problems working out how to set custom build options for >> ports. Does anyone else use poudriere for this and if so how do they >> handle this. > You can copy options into your jail (see man poudriere). > > But I agree there is a lack of an interactive mode into poudriere. When > I install a new port, I don't know which options are available and I > would like to choose them once time. /FACEPALM I could swear I read the man page properly, obviously not. Thank you Vince > Regards.