summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-09 15:50:03 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-09 15:53:30 +0100
commitbee93d92885fd427a63e58c59f4dadfc21868300 (patch)
tree55b6b88eee18aa788ead3321fec0bb72c5acb09f /etc
parent2cc69a3d5fb4a3627927eb8e7c4ce679790ae473 (diff)
downloadjenkins.debian.net-bee93d92885fd427a63e58c59f4dadfc21868300.tar.xz
configure apt-listchanges and cron-apt to send mail to root
Diffstat (limited to 'etc')
-rw-r--r--etc/apt/listchanges.conf6
-rw-r--r--etc/cron-apt/config4
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/apt/listchanges.conf b/etc/apt/listchanges.conf
new file mode 100644
index 00000000..8b598c0a
--- /dev/null
+++ b/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/etc/cron-apt/config b/etc/cron-apt/config
new file mode 100644
index 00000000..d36badce
--- /dev/null
+++ b/etc/cron-apt/config
@@ -0,0 +1,4 @@
+# Configuration for cron-apt. For further information about the possible
+# configuration settings see /usr/share/doc/cron-apt/README.gz.
+
+MAILON="upgrade"