From owner-freebsd-pkg@FreeBSD.ORG Wed Jun 4 09:46:57 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 A3007E07 for ; Wed, 4 Jun 2014 09:46:57 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 627D12BF5 for ; Wed, 4 Jun 2014 09:46:57 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id CD83ABDCB8; Wed, 4 Jun 2014 11:46:54 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id AA0FABDC81; Wed, 4 Jun 2014 11:46:54 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 005BA6113; Wed, 4 Jun 2014 11:46:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 9C4696EBCB7D; Wed, 4 Jun 2014 11:46:56 +0200 (CEST) Date: Wed, 04 Jun 2014 11:46:56 +0200 From: Mathieu Arnold To: Victor Sudakov , freebsd-pkg@freebsd.org Subject: Re: poudriere and list of ports to build Message-ID: <3E8ED7006D99925B2C59CFFE@ogg.in.absolight.net> In-Reply-To: <20140604022925.GA14411@admin.sibptus.tomsk.ru> References: <20140604022925.GA14411@admin.sibptus.tomsk.ru> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: Wed, 04 Jun 2014 09:46:57 -0000 +--On 4 juin 2014 09:29:25 +0700 Victor Sudakov wrote: | Colleagues, | | I hope it's appropriate to ask about poudriere here. | | I build certain packages with "poudriere bulk -f pkglist". If I later | delete some packages from pkglist, how do I make poudriere remove them | and their dependencies from the repository, other than clean | everything (bulk -c) and build from scratch? "poudriere pkgclean -f pkglist" will do that for you. -- Mathieu Arnold