[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#814716: jessie-pu: package apt-offline/1.5.1



On Mon, Feb 15, 2016 at 7:12 PM, Ritesh Raj Sarraf wrote:

> I checked the git log. Both directories are added there.
>
> self.defaultPaths = ['/etc/apt/trusted.gpg.d/', '/usr/share/keyrings/']
>
> I'm not sure if it was you who suggested /u/s/k, or Hans Steiner, or
> someone else; but it is already there in master branch and 1.7.
>
> There are also users, who enable Ubuntu/LP repositories etc. I think in
> those cases that keyring path was required.

That doesn't make any sense to me since apt does not look at /u/s/k:

pabs@chianamo ~ $ apt-config dump | grep trust
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
pabs@chianamo ~ $ apt-config dump | grep key
pabs@chianamo ~ $

I suggest you use apt's Dir::Etc::trusted and Dir::Etc::trustedparts
options instead of hard-coding some random paths that may or may not
be correct for the particular APT_CONFIG environment variable and
configuration files that are currently being used. Otherwise
apt-offline isn't doing the right thing and also won't be usable
inside apt-venv or chdist.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


Reply to: