diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-19 09:10:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-19 09:10:02 +0200 |
commit | 3228bf0b07c4548e91e324b5e0ef9a1bdaa66629 (patch) | |
tree | 4bb51ef238f4c6daf37b1168ace30189e67eadc7 | |
parent | 1cca42465419de57888d6f79e25dcb51662a6d3c (diff) | |
download | jenkins.debian.net-3228bf0b07c4548e91e324b5e0ef9a1bdaa66629.tar.xz |
configure pb-build3 like the rest
3 files changed, 19 insertions, 0 deletions
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 |