diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-09 14:45:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-09 14:45:51 +0200 |
commit | cf22f33fdc00edcafe2fe7c620dcb0bd0bd56be4 (patch) | |
tree | 8a4c6efba193d41305e2539b6b99a6b655b291aa /hosts/profitbricks-build4-amd64/etc/apt | |
parent | e7e0c7fe95dc26e404ebd007e14c5ca4ca4fa108 (diff) | |
download | jenkins.debian.net-cf22f33fdc00edcafe2fe7c620dcb0bd0bd56be4.tar.xz |
rebootstrap: add new build node, profitbricks-build4-amd64, still missing the appropriate definitions in bin/reproducible_node_wrapper.sh...
Diffstat (limited to 'hosts/profitbricks-build4-amd64/etc/apt')
-rw-r--r-- | hosts/profitbricks-build4-amd64/etc/apt/apt.conf.d/80proxy | 2 | ||||
-rw-r--r-- | hosts/profitbricks-build4-amd64/etc/apt/sources.list | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/hosts/profitbricks-build4-amd64/etc/apt/apt.conf.d/80proxy b/hosts/profitbricks-build4-amd64/etc/apt/apt.conf.d/80proxy new file mode 100644 index 00000000..fe4b3b77 --- /dev/null +++ b/hosts/profitbricks-build4-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-build4-amd64/etc/apt/sources.list b/hosts/profitbricks-build4-amd64/etc/apt/sources.list new file mode 100644 index 00000000..c9de5374 --- /dev/null +++ b/hosts/profitbricks-build4-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 |