From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 15:04:21 2012 Return-Path: Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6F8F106566B for ; Fri, 13 Jul 2012 15:04:21 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id AAC998FC08 for ; Fri, 13 Jul 2012 15:04:21 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id 87E62FAA2CCB; Fri, 13 Jul 2012 17:04:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 3888B2CEC75; Fri, 13 Jul 2012 17:04:19 +0200 (CEST) Date: Fri, 13 Jul 2012 17:04:18 +0200 From: Patrick Lamaiziere To: Vincent Hoffman Message-ID: <20120713170418.64c53304@davenulle.org> In-Reply-To: <50000760.5060904@unsane.co.uk> References: <50000760.5060904@unsane.co.uk> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; i386-portbld-freebsd9.0) Mime-Version: 1.0 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 15:04:22 -0000 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. Regards.