From 3228bf0b07c4548e91e324b5e0ef9a1bdaa66629 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 19 Oct 2015 09:10:02 +0200 Subject: configure pb-build3 like the rest --- hosts/profitbricks-build3-amd64/etc/apt/apt.conf.d/80proxy | 2 ++ hosts/profitbricks-build3-amd64/etc/apt/listchanges.conf | 6 ++++++ hosts/profitbricks-build3-amd64/etc/apt/sources.list | 11 +++++++++++ 3 files changed, 19 insertions(+) create mode 100644 hosts/profitbricks-build3-amd64/etc/apt/apt.conf.d/80proxy create mode 100644 hosts/profitbricks-build3-amd64/etc/apt/listchanges.conf create mode 100644 hosts/profitbricks-build3-amd64/etc/apt/sources.list diff --git a/hosts/profitbricks-build3-amd64/etc/apt/apt.conf.d/80proxy b/hosts/profitbricks-build3-amd64/etc/apt/apt.conf.d/80proxy new file mode 100644 index 00000000..fe4b3b77 --- /dev/null +++ b/hosts/profitbricks-build3-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-build3-amd64/etc/apt/listchanges.conf b/hosts/profitbricks-build3-amd64/etc/apt/listchanges.conf new file mode 100644 index 00000000..8b598c0a --- /dev/null +++ b/hosts/profitbricks-build3-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-build3-amd64/etc/apt/sources.list b/hosts/profitbricks-build3-amd64/etc/apt/sources.list new file mode 100644 index 00000000..c9de5374 --- /dev/null +++ b/hosts/profitbricks-build3-amd64/etc/apt/sources.list @@ -0,0 +1,11 @@ +deb http://ftp.de.debian.org/debian/ jessie main non-free +#deb-src http://ftp.de.debian.org/debian/ jessie main 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 non-free +#deb-src http://security.debian.org/ jessie/updates main non-free + +deb http://ftp.de.debian.org/debian/ jessie-backports main non-free +#deb-src http://ftp.de.debian.org/debian/ jessie-backports main non-free -- cgit v1.2.3-54-g00ecf