summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2016-02-11 21:07:56 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2016-02-11 21:07:56 +0100
commitb5aba9096e371a5f8612aff05384aca54ccc5acd (patch)
treee38b65b43b2ca80f460a69686f7eef36dffda218 /vendor
parent29f80b30c7c5a0da8544ebde6e7eb54c41171360 (diff)
use local changelog from /usr/share/doc if possible
If pkgAcqChangelog is told to acquire the changelog for a version it will check first if this version is installed on the disk and if so will use the local changelog in /usr/share/doc (possibily/likely gz compressed) instead of downloading the file from the web. An option is provided to disable this, which is enabled by default for the Ubuntu vendor as they truncate the local changelogs – and for apts --print-uris action.
Diffstat (limited to 'vendor')
-rw-r--r--vendor/ubuntu/apt.conf-01-vendor-ubuntu1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/ubuntu/apt.conf-01-vendor-ubuntu b/vendor/ubuntu/apt.conf-01-vendor-ubuntu
index e69de29bb..44e684710 100644
--- a/vendor/ubuntu/apt.conf-01-vendor-ubuntu
+++ b/vendor/ubuntu/apt.conf-01-vendor-ubuntu
@@ -0,0 +1 @@
+Acquire::Changelogs::AlwaysOnline "true";