diff options
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 |