From: Adam Glasgall Date: Mon, 23 Sep 2013 03:36:14 +0000 (-0400) Subject: oops X-Git-Tag: 0.0.11~3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-meta.git/commitdiff_plain/8026f17c6a37e8b82c74298b8d550bca032010c8?ds=sidebyside oops --- diff --git a/debian/apticron.conf.invirt b/debian/apticron.conf.invirt new file mode 100644 index 0000000..bb6a554 --- /dev/null +++ b/debian/apticron.conf.invirt @@ -0,0 +1,74 @@ +# apticron.conf +# +# set EMAIL to a space separated list of addresses which will be notified of +# impending updates +# +EMAIL="root" + +# +# Set DIFF_ONLY to "1" to only output the difference of the current run +# compared to the last run (ie. only new upgrades since the last run). If there +# are no differences, no output/email will be generated. By default, apticron +# will output everything that needs to be upgraded. +# +# DIFF_ONLY="1" + +# +# Set LISTCHANGES_PROFILE if you would like apticron to invoke apt-listchanges +# with the --profile option. You should add a corresponding profile to +# /etc/apt/listchanges.conf +# +# LISTCHANGES_PROFILE="apticron" + +# +# Set SYSTEM if you would like apticron to use something other than the output +# of "hostname -f" for the system name in the mails it generates +# +# SYSTEM="foobar.example.com" +SYSTEM=`hostname --fqdn` +# +# Set IPADDRESSNUM if you would like to configure the maximal number of IP +# addresses apticron displays. The default is to display 1 address of each +# family type (inet, inet6), if available. +# +# IPADDRESSNUM="1" + +# +# Set IPADDRESSES to a whitespace separated list of reachable addresses for +# this system. By default, apticron will try to work these out using the +# "ip" command +# +# IPADDRESSES="192.0.2.1 2001:db8:1:2:3::1" + +# +# Set NOTIFY_HOLDS="0" if you don't want to be notified about new versions of +# packages on hold in your system. The default behavior is downloading and +# listing them as any other package. +# +# NOTIFY_HOLDS="0" + +# +# Set NOTIFY_NEW="0" if you don't want to be notified about packages which +# are not installed in your system. Yes, it's possible! There are some issues +# related to systems which have mixed stable/unstable sources. In these cases +# apt-get will consider for example that packages with "Priority: +# required"/"Essential: yes" in unstable but not in stable should be installed, +# so they will be listed in dist-upgrade output. Please take a look at +# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531002#44 +# +# NOTIFY_NEW="0" + +# +# Set CUSTOM_SUBJECT if you want to replace the default subject used in +# the notification e-mails. This may help filtering/sorting client-side e-mail. +# If you want to use internal vars please use single quotes here. Ex: +# $CUSTOM_SUBJECT='[apticron] $SYSTEM: $NUM_PACKAGES package update(s)' +# +# CUSTOM_SUBJECT="" + +# +# Set CUSTOM_FROM if you want to replace the default sender by changing the +# 'From:' field used in the notification e-mails. Your default sender will +# be something like root@citadel-station.mit.edu. +# +# CUSTOM_FROM="" diff --git a/debian/xvm-meta.displace b/debian/xvm-meta.displace new file mode 100644 index 0000000..c3270b7 --- /dev/null +++ b/debian/xvm-meta.displace @@ -0,0 +1 @@ +/etc/apticron/apticron.conf.invirt diff --git a/debian/xvm-meta.install b/debian/xvm-meta.install new file mode 100644 index 0000000..ae828a7 --- /dev/null +++ b/debian/xvm-meta.install @@ -0,0 +1 @@ +apticron.conf.invirt etc/apticron