aboutsummaryrefslogtreecommitdiff
path: root/templates/Debian/sources.list.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-26 12:06:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-26 12:06:55 -0300
commitd6f2f1e575956d460917ee546d68ac16064e9f72 (patch)
treee5e8271059559be09e2393ba797e02238dfd8edd /templates/Debian/sources.list.erb
parentdce0def52a74bfad08f99dafd92f21021bbbac29 (diff)
parent546b5cbdbcfd7551e769a0fc8a7a568f04ead3a9 (diff)
downloadpuppet-apt-d6f2f1e575956d460917ee546d68ac16064e9f72.tar.gz
puppet-apt-d6f2f1e575956d460917ee546d68ac16064e9f72.tar.bz2
Merge branch 'master' of git://labs.riseup.net/shared-apt
Diffstat (limited to 'templates/Debian/sources.list.erb')
-rw-r--r--templates/Debian/sources.list.erb10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/Debian/sources.list.erb b/templates/Debian/sources.list.erb
index 45e5e7b..382e68d 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") -%>