From owner-freebsd-pkg@FreeBSD.ORG Thu Jun 26 22:46:46 2014 Return-Path: Delivered-To: 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 7A021548 for ; Thu, 26 Jun 2014 22:46:46 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4782D212B for ; Thu, 26 Jun 2014 22:46:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QMkkPf093051 for ; Thu, 26 Jun 2014 22:46:46 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s5QMkkpw093047 for pkg@FreeBSD.org; Thu, 26 Jun 2014 22:46:46 GMT (envelope-from bdrewery) Received: (qmail 51040 invoked from network); 26 Jun 2014 17:46:43 -0500 Received: from unknown (HELO blah) (freebsd@shatow.net@67.182.131.225) by sweb.xzibition.com with ESMTPA; 26 Jun 2014 17:46:43 -0500 Message-ID: <53ACA2D1.7050304@FreeBSD.org> Date: Thu, 26 Jun 2014 17:46:41 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 Subject: Re: pkg-install(8), url: "file://" and PKG_CACHEDIR References: <53A5C1D4.3050402@omnilan.de> <53AC4A52.8020502@FreeBSD.org> <20140626222841.GH24440@ivaldir.etoilebsd.net> In-Reply-To: <20140626222841.GH24440@ivaldir.etoilebsd.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: pkg@FreeBSD.org, Harry Schmalzbauer 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: Thu, 26 Jun 2014 22:46:46 -0000 On 6/26/14, 5:28 PM, Baptiste Daroussin wrote: > On Thu, Jun 26, 2014 at 11:29:06AM -0500, Bryan Drewery wrote: >> Moving to pkg@FreeBSD.org >> >> On 6/21/14, 12:33 PM, Harry Schmalzbauer wrote: >>> Dear all, >>> >>> today I tried pkg(8) for the first time. >>> Thanks for all the great work! >>> >>> One thing I'm missing is a auto-matching-logic for PKG_CACHEDIR if 'url' >>> starts with "file://" (in ${PRREFIX}/pkg/repos/mylocalrepo.conf). >>> >>> Currently, local available packages will be copied to the local cache >>> dir by default (if not circumvented by 'env >>> PKG_CACHEDIR=/path/to/local-repo pkg install …' e.g.). >>> Such a PKG_CACHEDIR-matching-logic should be enabled by default IMHO. >> >> Warning, this will stop working in pkg 1.3 and cause many problems in >> your repo. The filenames are stored differently in the cachedir and now >> symlinks are used to point to the newly cached files - which will remove >> all of your existing packages. >> >>> >>> Maybe it's usefull to have a "pkg-install -K" option, (like -K,--keep >>> for old pkg_add), to disable the PKG_CACHEDIR-mathcing-logic (for >>> example if someone provides cd-repo and intentionally wants to keep >>> packages in PKG_CACHEDIR). >>> >>> Anyone else missing that feature? >>> >>> Thanks, >>> >>> -Harry >>> >>> >> This is somewhat an extension to the feature request in >> https://github.com/freebsd/pkg/issues/697 >> >> I will take a look before 1.3 release to see if disabling cache for >> file:// is straight forward. We're in a feature freeze right now so I >> don't want to introduce too much risk. > > IIRC I already disabled cache for file:// in pkg 1.3 > > regards, > Bapt > Yup. -- Regards, Bryan Drewery