diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-22 20:25:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-22 20:25:34 +0100 |
commit | 683f48302fa6188dcb49bbbcdfeac83ecef9a43c (patch) | |
tree | d123c24a4e0b4a2b83bd44a2ada04d73b07ebdd9 /hosts/codethink-sled15-arm64/etc/apt | |
parent | 67699e0c7e3923bf05c5823fa33bc6088f59938c (diff) | |
download | jenkins.debian.net-683f48302fa6188dcb49bbbcdfeac83ecef9a43c.tar.xz |
reproducible Debian: add arm64 to tested architectures, thanks to codethink.co.uk providing us with 8 moonshot arm64 sleds
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/codethink-sled15-arm64/etc/apt')
4 files changed, 20 insertions, 0 deletions
diff --git a/hosts/codethink-sled15-arm64/etc/apt/apt.conf.d/10no-package-descriptions b/hosts/codethink-sled15-arm64/etc/apt/apt.conf.d/10no-package-descriptions new file mode 100644 index 00000000..2318f84e --- /dev/null +++ b/hosts/codethink-sled15-arm64/etc/apt/apt.conf.d/10no-package-descriptions @@ -0,0 +1 @@ +Acquire::Languages "none"; diff --git a/hosts/codethink-sled15-arm64/etc/apt/apt.conf.d/80proxy b/hosts/codethink-sled15-arm64/etc/apt/apt.conf.d/80proxy new file mode 100644 index 00000000..fe4b3b77 --- /dev/null +++ b/hosts/codethink-sled15-arm64/etc/apt/apt.conf.d/80proxy @@ -0,0 +1,2 @@ +Acquire::http::Proxy "http://127.0.0.1:3128/"; + diff --git a/hosts/codethink-sled15-arm64/etc/apt/listchanges.conf b/hosts/codethink-sled15-arm64/etc/apt/listchanges.conf new file mode 100644 index 00000000..8b598c0a --- /dev/null +++ b/hosts/codethink-sled15-arm64/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/codethink-sled15-arm64/etc/apt/sources.list b/hosts/codethink-sled15-arm64/etc/apt/sources.list new file mode 100644 index 00000000..20fb4620 --- /dev/null +++ b/hosts/codethink-sled15-arm64/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 |