diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-27 14:31:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-27 14:31:57 +0200 |
commit | 315ead533e3d4e67ce3908a13ebe5b75ef9060c4 (patch) | |
tree | b13a53cbace131ef2afedbd7697f724f9e674c0d /hosts/jenkins/etc/apt | |
parent | 16a5099a82e9c12322e7bea561a5f43448b013d4 (diff) | |
download | jenkins.debian.net-315ead533e3d4e67ce3908a13ebe5b75ef9060c4.tar.xz |
move etc to hosts/jenkins/etc
Diffstat (limited to 'hosts/jenkins/etc/apt')
-rw-r--r-- | hosts/jenkins/etc/apt/apt.conf.d/30nagios-check-libs | 1 | ||||
-rw-r--r-- | hosts/jenkins/etc/apt/apt.conf.d/80proxy | 2 | ||||
-rw-r--r-- | hosts/jenkins/etc/apt/listchanges.conf | 6 | ||||
-rw-r--r-- | hosts/jenkins/etc/apt/sources.list | 8 |
4 files changed, 17 insertions, 0 deletions
diff --git a/hosts/jenkins/etc/apt/apt.conf.d/30nagios-check-libs b/hosts/jenkins/etc/apt/apt.conf.d/30nagios-check-libs new file mode 100644 index 00000000..f3962064 --- /dev/null +++ b/hosts/jenkins/etc/apt/apt.conf.d/30nagios-check-libs @@ -0,0 +1 @@ +DPkg::Post-Invoke { "/bin/echo 'Checking for upgraded libraries...' ; /usr/local/sbin/nagios-check-libs || true"; }; diff --git a/hosts/jenkins/etc/apt/apt.conf.d/80proxy b/hosts/jenkins/etc/apt/apt.conf.d/80proxy new file mode 100644 index 00000000..15a688ea --- /dev/null +++ b/hosts/jenkins/etc/apt/apt.conf.d/80proxy @@ -0,0 +1,2 @@ +Acquire::http::Proxy "http://localhost:3128"; + diff --git a/hosts/jenkins/etc/apt/listchanges.conf b/hosts/jenkins/etc/apt/listchanges.conf new file mode 100644 index 00000000..8b598c0a --- /dev/null +++ b/hosts/jenkins/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/jenkins/etc/apt/sources.list b/hosts/jenkins/etc/apt/sources.list new file mode 100644 index 00000000..3bca4533 --- /dev/null +++ b/hosts/jenkins/etc/apt/sources.list @@ -0,0 +1,8 @@ +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://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 |