From 75f988242ad96c2bb90ac0956e63d124bea48003 Mon Sep 17 00:00:00 2001 From: varac Date: Sun, 23 Jan 2011 23:33:06 +0100 Subject: preferences.pp for ubuntu maverick --- templates/Ubuntu/preferences_maverick.erb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/Ubuntu/preferences_maverick.erb (limited to 'templates') diff --git a/templates/Ubuntu/preferences_maverick.erb b/templates/Ubuntu/preferences_maverick.erb new file mode 100644 index 0000000..977a7e2 --- /dev/null +++ b/templates/Ubuntu/preferences_maverick.erb @@ -0,0 +1,19 @@ +Explanation: Ubuntu <%= codename %> +Package: * +Pin: release o=Ubuntu,a=<%= release %>,v=<%= release_version %>* +Pin-Priority: 990 + +Explanation: Ubuntu backports +Package: * +Pin: release a=<%= codename %>-backports +Pin-Priority: 200 + +Explanation: Ubuntu <%= next_release %> +Package: * +Pin: release o=Ubuntu,a=<%= next_release %> +Pin-Priority: 2 + +Explanation: Ubuntu fallback +Package: * +Pin: release o=Ubuntu +Pin-Priority: -10 -- cgit v1.2.3 From 44c6d6aa8f394b0acf72a26ebb185595fe451159 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 29 Jan 2011 13:27:03 +0100 Subject: updated Ubuntu preferences to include security + updates --- templates/Ubuntu/preferences_maverick.erb | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/Ubuntu/preferences_maverick.erb b/templates/Ubuntu/preferences_maverick.erb index 977a7e2..00ca4c4 100644 --- a/templates/Ubuntu/preferences_maverick.erb +++ b/templates/Ubuntu/preferences_maverick.erb @@ -1,8 +1,18 @@ -Explanation: Ubuntu <%= codename %> +Explanation: Ubuntu <%= codename %> security Package: * -Pin: release o=Ubuntu,a=<%= release %>,v=<%= release_version %>* +Pin: release o=Ubuntu,a=<%= codename %>-security Pin-Priority: 990 +Explanation: Ubuntu <%= codename %> updates +Package: * +Pin: release o=Ubuntu,a=<%= codename %>-updates +Pin-Priority: 980 + +Explanation: Ubuntu <%= codename %> +Package: * +Pin: release o=Ubuntu,a=<%= codename %> +Pin-Priority: 970 + Explanation: Ubuntu backports Package: * Pin: release a=<%= codename %>-backports -- cgit v1.2.3 From e2b4f42b547c87bfe34d52e9c95b8f4b1d1aa15a Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sun, 3 Apr 2011 19:27:43 +0200 Subject: Remove pinning for backports on Squeeze. This is now done automatically by APT. --- templates/Debian/preferences_squeeze.erb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'templates') diff --git a/templates/Debian/preferences_squeeze.erb b/templates/Debian/preferences_squeeze.erb index 5e15d27..8eb6399 100644 --- a/templates/Debian/preferences_squeeze.erb +++ b/templates/Debian/preferences_squeeze.erb @@ -8,11 +8,6 @@ Package: * Pin: release o=Debian,n=<%= codename %>-updates Pin-Priority: 990 -Explanation: Debian backports -Package: * -Pin: origin backports.debian.org -Pin-Priority: 200 - Explanation: Debian <%= next_codename %> Package: * Pin: release o=Debian,n=<%= next_codename %> -- cgit v1.2.3 From b3b704d02e6910e66fc1e23ce812185b124ca3bb Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 23 Apr 2011 13:08:33 +0200 Subject: Debian sources: don't use next release's backports. The APT pinning we ship does not support that, and this seems a bit too much of a corner case to me to deserve being supported out-of-the-box. Anyone willing to use current release + next release + next release backports (e.g. Lenny + Squeeze + squeeze-backports) can anyway do so using apt::sources_list and apt::preferences_snippet. https://labs.riseup.net/code/issues/2856 is the bug that triggered this change. --- templates/Debian/sources.list.erb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'templates') diff --git a/templates/Debian/sources.list.erb b/templates/Debian/sources.list.erb index 3a810e3..b0f490f 100644 --- a/templates/Debian/sources.list.erb +++ b/templates/Debian/sources.list.erb @@ -67,16 +67,6 @@ deb-src <%= security_url %> <%= next_codename %>/updates <%= repos %> <% end -%> <% end -%> -# backports -<% if (next_release == "testing" || next_release == "unstable" || next_release == "experimental") -%> -# There is no backports archive for <%= next_release %> -<% else -%> -deb <%= backports_url %> <%= next_codename %>-backports <%= repos %> -<% if include_src then -%> -deb-src <%= backports_url %> <%= next_codename %>-backports <%= repos %> -<% end -%> -<% end -%> - <% if use_volatile -%> # volatile <% if (next_release == "testing" || next_release == "unstable" || next_release == "experimental") -%> -- cgit v1.2.3 From 4e6f65b0d5445c3d96ade7acef13b3e145b7af65 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 7 May 2011 18:15:02 +0200 Subject: Add empty line at the end of preferences templates. ... else the first block added by apt::preferences_snippet is in the same paragraph as the last block provided by the template. --- templates/Debian/preferences_lenny.erb | 1 + templates/Debian/preferences_sid.erb | 1 + templates/Debian/preferences_squeeze.erb | 1 + templates/Ubuntu/preferences_maverick.erb | 1 + 4 files changed, 4 insertions(+) (limited to 'templates') diff --git a/templates/Debian/preferences_lenny.erb b/templates/Debian/preferences_lenny.erb index dda2d7a..fb80129 100644 --- a/templates/Debian/preferences_lenny.erb +++ b/templates/Debian/preferences_lenny.erb @@ -22,3 +22,4 @@ Explanation: Debian fallback Package: * Pin: release o=Debian Pin-Priority: -10 + diff --git a/templates/Debian/preferences_sid.erb b/templates/Debian/preferences_sid.erb index 3d8a45f..eb18554 100644 --- a/templates/Debian/preferences_sid.erb +++ b/templates/Debian/preferences_sid.erb @@ -7,3 +7,4 @@ Explanation: Debian fallback Package: * Pin: release o=Debian Pin-Priority: -10 + diff --git a/templates/Debian/preferences_squeeze.erb b/templates/Debian/preferences_squeeze.erb index 8eb6399..fa0849a 100644 --- a/templates/Debian/preferences_squeeze.erb +++ b/templates/Debian/preferences_squeeze.erb @@ -22,3 +22,4 @@ Explanation: Debian fallback Package: * Pin: release o=Debian Pin-Priority: -10 + diff --git a/templates/Ubuntu/preferences_maverick.erb b/templates/Ubuntu/preferences_maverick.erb index 00ca4c4..30d3ec6 100644 --- a/templates/Ubuntu/preferences_maverick.erb +++ b/templates/Ubuntu/preferences_maverick.erb @@ -27,3 +27,4 @@ Explanation: Ubuntu fallback Package: * Pin: release o=Ubuntu Pin-Priority: -10 + -- cgit v1.2.3 From 546b5cbdbcfd7551e769a0fc8a7a568f04ead3a9 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 8 Jun 2011 00:44:01 +0200 Subject: Add preferences, listchanges, apticron templates for Debian Wheezy. --- templates/Debian/apticron_wheezy.erb | 80 +++++++++++++++++++++++++++++++++ templates/Debian/listchanges_wheezy.erb | 1 + templates/Debian/preferences_wheezy.erb | 20 +++++++++ 3 files changed, 101 insertions(+) create mode 100644 templates/Debian/apticron_wheezy.erb create mode 120000 templates/Debian/listchanges_wheezy.erb create mode 100644 templates/Debian/preferences_wheezy.erb (limited to 'templates') diff --git a/templates/Debian/apticron_wheezy.erb b/templates/Debian/apticron_wheezy.erb new file mode 100644 index 0000000..ff66d39 --- /dev/null +++ b/templates/Debian/apticron_wheezy.erb @@ -0,0 +1,80 @@ +# apticron.conf +# +# set EMAIL to a space separated list of addresses which will be notified of +# impending updates +# +EMAIL="<%= apticron_email %>" + +# +# 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="<%= apticron_diff_only %>" + +# +# 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_listchanges_profile %>" + +# +# 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" +<%- if has_variable?('apticron_system') and instance_variable_get("@#{'apticron_system'}").to_s != "false" -%> +<%= 'SYSTEM="' + instance_variable_get("@#{'apticron_system'}").to_s + '"' %> +<%- end -%> + +# +# 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" +<%- if has_variable?('apticron_ipaddressnum') and instance_variable_get("@#{'apticron_ipaddressnum'}").to_s != "false" -%> +<%= 'IPADDRESSNUM="' + instance_variable_get("@#{'apticron_ipaddressnum'}").to_s + '"' %> +<%- end -%> + +# +# 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" +<%- if has_variable?('apticron_ipaddresses') and instance_variable_get("@#{'apticron_ipaddresses'}").to_s != "false" -%> +<%= 'IPADDRESSES="' + instance_variable_get("@#{'apticron_ipaddresses'}").to_s + '"' %> +<%- end -%> + +# +# 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" +NOTIFY_HOLDS="<%= apticron_notifyholds %>" + +# +# 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" +NOTIFY_NEW="<%= apticron_notifynew %>" + + +# +# 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: +# ='[apticron] : package update(s)' +# +# CUSTOM_SUBJECT="" +CUSTOM_SUBJECT="<%= apticron_customsubject %>" diff --git a/templates/Debian/listchanges_wheezy.erb b/templates/Debian/listchanges_wheezy.erb new file mode 120000 index 0000000..74ab496 --- /dev/null +++ b/templates/Debian/listchanges_wheezy.erb @@ -0,0 +1 @@ +listchanges_lenny.erb \ No newline at end of file diff --git a/templates/Debian/preferences_wheezy.erb b/templates/Debian/preferences_wheezy.erb new file mode 100644 index 0000000..d5c7af8 --- /dev/null +++ b/templates/Debian/preferences_wheezy.erb @@ -0,0 +1,20 @@ +Explanation: Debian <%= codename %> +Package: * +Pin: release o=Debian,n=<%= codename %> +Pin-Priority: 990 + +Explanation: Debian <%= codename %>-updates +Package: * +Pin: release o=Debian,n=<%= codename %>-updates +Pin-Priority: 990 + +Explanation: Debian sid +Package: * +Pin: release o=Debian,n=sid +Pin-Priority: 1 + +Explanation: Debian fallback +Package: * +Pin: release o=Debian +Pin-Priority: -10 + -- cgit v1.2.3