[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 3 commits: etc/apt/apt.conf.d/50apt-file.conf as shipped by apt-file in stretch
Holger Levsen
gitlab at salsa.debian.org
Fri Feb 8 16:34:52 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
5f49d806 by Holger Levsen at 2019-02-08T16:32:56Z
etc/apt/apt.conf.d/50apt-file.conf as shipped by apt-file in stretch
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
bbeffb53 by Holger Levsen at 2019-02-08T16:34:20Z
disable PDiffs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
c041d7d7 by Holger Levsen at 2019-02-08T16:34:41Z
fix capitalisation
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- hosts/common/etc/apt/apt.conf.d/99-no-pdiffs
- + hosts/jenkins/etc/apt/apt.conf.d/50apt-file.conf
Changes:
=====================================
hosts/common/etc/apt/apt.conf.d/99-no-pdiffs
=====================================
@@ -1 +1 @@
-Acquire::Pdiffs "no";
+Acquire::PDiffs "no";
=====================================
hosts/jenkins/etc/apt/apt.conf.d/50apt-file.conf
=====================================
@@ -0,0 +1,53 @@
+## This file is provided by apt-file(1) to download Contents
+## files, which is used by apt-file for searching.
+
+Acquire::IndexTargets {
+ deb::Contents-deb {
+ MetaKey "$(COMPONENT)/Contents-$(ARCHITECTURE)";
+ ShortDescription "Contents-$(ARCHITECTURE)";
+ Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Contents (deb)";
+
+ flatMetaKey "Contents-$(ARCHITECTURE)";
+ flatDescription "$(RELEASE) Contents (deb)";
+ KeepCompressed "true";
+ };
+
+ # Download Contents for source files if there is a deb-src
+ # line
+ deb-src::Contents-dsc {
+ MetaKey "$(COMPONENT)/Contents-source";
+ ShortDescription "Contents-source";
+ Description "$(RELEASE)/$(COMPONENT) source Contents (dsc)";
+
+ flatMetaKey "Contents-source";
+ flatDescription "$(RELEASE) Contents (dsc)";
+ KeepCompressed "true";
+ DefaultEnabled "false";
+ };
+
+ # Configuration for downloading Contents files for
+ # debian-installer packages (udebs).
+ deb::Contents-udeb {
+ MetaKey "$(COMPONENT)/Contents-udeb-$(ARCHITECTURE)";
+ ShortDescription "Contents-udeb-$(ARCHITECTURE)";
+ Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Contents (udeb)";
+
+ flatMetaKey "Contents-udeb-$(ARCHITECTURE)";
+ flatDescription "$(RELEASE) Contents (udeb)";
+ KeepCompressed "true";
+ DefaultEnabled "false";
+ };
+ ### FALLBACKS
+ deb::Contents-deb-legacy {
+ MetaKey "Contents-$(ARCHITECTURE)";
+ ShortDescription "Contents-$(ARCHITECTURE)";
+ Description "$(RELEASE) $(ARCHITECTURE) Contents (deb)";
+
+ KeepCompressed "true";
+ Fallback-Of "Contents-deb";
+ Identifier "Contents-deb";
+ };
+};
+Dir::Etc::apt-file-main "apt-file.conf";
+# Default for -I/--index-names (comma-separated)
+apt-file::Index-Names "deb";
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/b6b2b020b1a25fc1cc39b5f654859cc0487aa570...c041d7d71065f51ea55f5ab69dc97b73a6be9d2a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/b6b2b020b1a25fc1cc39b5f654859cc0487aa570...c041d7d71065f51ea55f5ab69dc97b73a6be9d2a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190208/498fb5ba/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list