diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-11-30 23:11:43 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-12-01 15:51:33 +0100 |
commit | 5b2c6ddcc0e45c92c544032ad2bb91bdf7222d7c (patch) | |
tree | 5b0950ba24d0f0d50e37db8f5dfdcc6cd479ce9d /vendor/ubuntu | |
parent | f87338d2da95ba7d55a1a67b4506717e94d49bca (diff) |
generate apt-key script with vendor info about keys
The apt-key script uses quiet a few keyring files for operation which
are specific to the distribution it is build on and is hence one of the
most patched parts – even if it is not that often used anymore now that
a fragment directory for trusted.gpg exists.
Diffstat (limited to 'vendor/ubuntu')
-rw-r--r-- | vendor/ubuntu/apt-vendor.ent | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/ubuntu/apt-vendor.ent b/vendor/ubuntu/apt-vendor.ent index fd5e5a7cf..caa532699 100644 --- a/vendor/ubuntu/apt-vendor.ent +++ b/vendor/ubuntu/apt-vendor.ent @@ -3,3 +3,5 @@ <!ENTITY keyring-package "<package>ubuntu-keyring</package>"> <!ENTITY keyring-filename "<filename>/usr/share/keyrings/ubuntu-archive-keyring.gpg</filename>"> <!ENTITY keyring-removed-filename "<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>"> +<!ENTITY keyring-master-filename "/usr/share/keyrings/ubuntu-master-keyring.gpg"> +<!ENTITY keyring-uri "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg"> |