diff --git a/templates/os/sources/sources.list.erb b/templates/os/sources/sources.list.erb index 6a21927ff1085e87396c7b956716ff220b2d61c5..7e7f844805cca394f16b1d0d50cace18505d3c7c 100644 --- a/templates/os/sources/sources.list.erb +++ b/templates/os/sources/sources.list.erb @@ -22,18 +22,14 @@ deb-src http://debian.stanford.edu/debian <%= lsbdistcodename %> main non-free c <% end -%> <% if (lsbdistcodename == 'squeeze') or (lsbdistcodename == 'wheezy') -%> -# The additional archives below only exist for released versions of Debian -# that have not been retired. - # The archive that publishes updates for security vulnerabilities. deb http://debian.stanford.edu/debian-security <%= lsbdistcodename %>/updates main non-free contrib deb-src http://debian.stanford.edu/debian-security <%= lsbdistcodename %>/updates main non-free contrib -<% if lsbdistcodename == 'squeeze' -%> -# The updates Debian archive and source tree. This is a replacement for -# the volatile archive and contains packages that change more frequently -# than stable point releases but are still carefully vetted. +# The updates Debian archive and source tree. This contains packages that +# change more frequently than stable point releases but are still +# carefully vetted. (It's the staging area for the next stable point +# release.) deb http://debian.stanford.edu/debian <%= lsbdistcodename %>-updates main non-free contrib deb-src http://debian.stanford.edu/debian <%= lsbdistcodename %>-updates main non-free contrib <% end -%> -<% end -%>