diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-09 15:50:03 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-09 15:53:30 +0100 |
commit | bee93d92885fd427a63e58c59f4dadfc21868300 (patch) | |
tree | 55b6b88eee18aa788ead3321fec0bb72c5acb09f | |
parent | 2cc69a3d5fb4a3627927eb8e7c4ce679790ae473 (diff) | |
download | jenkins.debian.net-bee93d92885fd427a63e58c59f4dadfc21868300.tar.xz |
configure apt-listchanges and cron-apt to send mail to root
-rw-r--r-- | etc/apt/listchanges.conf | 6 | ||||
-rw-r--r-- | etc/cron-apt/config | 4 |
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" |