From owner-freebsd-pkg@FreeBSD.ORG Wed Jun 4 10:17:02 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 355C86CA for ; Wed, 4 Jun 2014 10:17:02 +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 E938C2E98 for ; Wed, 4 Jun 2014 10:17:01 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 4919EBDCBD; Wed, 4 Jun 2014 12:17:00 +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 10A4DBDCBC; Wed, 4 Jun 2014 12:17:00 +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 C26566113; Wed, 4 Jun 2014 12:16:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id A8CD56EBE492; Wed, 4 Jun 2014 12:17:01 +0200 (CEST) Date: Wed, 04 Jun 2014 12:17:01 +0200 From: Mathieu Arnold To: Victor Sudakov Subject: Re: poudriere and list of ports to build Message-ID: <565AB4FF5364387EA3A1A146@ogg.in.absolight.net> In-Reply-To: <20140604100105.GA25116@admin.sibptus.tomsk.ru> References: <20140604022925.GA14411@admin.sibptus.tomsk.ru> <3E8ED7006D99925B2C59CFFE@ogg.in.absolight.net> <20140604100105.GA25116@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 Cc: freebsd-pkg@freebsd.org 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 10:17:02 -0000 +--On 4 juin 2014 17:01:05 +0700 Victor Sudakov wrote: | Mathieu Arnold wrote: |> | |> | 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. | | [root@svn ~] poudriere pkgclean | Unknown command pkgclean | [root@svn ~] poudriere version | 3.0.16 | | Which version of poudriere do you have? Ah, I've been using poudriere-devel for a long time, didn't know it wasn't in the released one. -- Mathieu Arnold