diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-05 18:43:13 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-05 18:43:13 +0100 |
commit | 23567b7cc095d1d6e7f09cbf05ad8c787ac52b4f (patch) | |
tree | 9c45aa3da0d394a4465d17e1d02494150ffb98d1 /hosts/profitbricks-build15-amd64/etc/apt | |
parent | 04d82291c355f268c8087c58bb29c87d0a4d4e2a (diff) | |
download | jenkins.debian.net-23567b7cc095d1d6e7f09cbf05ad8c787ac52b4f.tar.xz |
reproducible Debian: add new amd64 build nodes, pb11 and pb15 - thanks Profitbricks!
Diffstat (limited to 'hosts/profitbricks-build15-amd64/etc/apt')
4 files changed, 20 insertions, 0 deletions
diff --git a/hosts/profitbricks-build15-amd64/etc/apt/apt.conf.d/10no-package-descriptions b/hosts/profitbricks-build15-amd64/etc/apt/apt.conf.d/10no-package-descriptions new file mode 100644 index 00000000..2318f84e --- /dev/null +++ b/hosts/profitbricks-build15-amd64/etc/apt/apt.conf.d/10no-package-descriptions @@ -0,0 +1 @@ +Acquire::Languages "none"; diff --git a/hosts/profitbricks-build15-amd64/etc/apt/apt.conf.d/80proxy b/hosts/profitbricks-build15-amd64/etc/apt/apt.conf.d/80proxy new file mode 100644 index 00000000..fe4b3b77 --- /dev/null +++ b/hosts/profitbricks-build15-amd64/etc/apt/apt.conf.d/80proxy @@ -0,0 +1,2 @@ +Acquire::http::Proxy "http://127.0.0.1:3128/"; + diff --git a/hosts/profitbricks-build15-amd64/etc/apt/listchanges.conf b/hosts/profitbricks-build15-amd64/etc/apt/listchanges.conf new file mode 100644 index 00000000..8b598c0a --- /dev/null +++ b/hosts/profitbricks-build15-amd64/etc/apt/listchanges.conf @@ -0,0 +1,6 @@ +[apt] +frontend=mail +email_address=root +confirm=0 +save_seen=/var/lib/apt/listchanges.db +which=both diff --git a/hosts/profitbricks-build15-amd64/etc/apt/sources.list b/hosts/profitbricks-build15-amd64/etc/apt/sources.list new file mode 100644 index 00000000..20fb4620 --- /dev/null +++ b/hosts/profitbricks-build15-amd64/etc/apt/sources.list @@ -0,0 +1,11 @@ +deb http://ftp.de.debian.org/debian/ jessie main contrib non-free +#deb-src http://ftp.de.debian.org/debian/ jessie main contrib non-free + +deb http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free +#deb-src http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free + +deb http://security.debian.org/ jessie/updates main contrib non-free +#deb-src http://security.debian.org/ jessie/updates main contrib non-free + +deb http://ftp.de.debian.org/debian/ jessie-backports main contrib non-free +#deb-src http://ftp.de.debian.org/debian/ jessie-backports main contrib non-free |