Skip to content
Snippets Groups Projects
Commit 59e00770 authored by Adam Seishas's avatar Adam Seishas Committed by Karl Kornel
Browse files

stanford.list.erb: Add Debian and Ubuntu local backports

parent 4fe4415c
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,13 @@ deb-src http://debian.stanford.edu/debian-stanford <%= dist %> main non-free con
# The Stanford restricted Debian archive and source tree.
deb http://debian.stanford.edu/debian-local <%= dist %> main non-free contrib
deb-src http://debian.stanford.edu/debian-local <%= dist %> main non-free contrib
<% if @lsbdistcodename == 'wheezy' || @lsbdistcodename == 'jessie' -%>
<% if @lsbdistcodename == 'wheezy' || @lsbdistcodename == 'jessie' || @operatingsystem == 'Ubuntu' -%>
# Additional Stanford-local backports.
deb http://debian.stanford.edu/debian-stanford <%= dist %>-backports main non-free contrib
deb-src http://debian.stanford.edu/debian-stanford <%= dist %>-backports main non-free contrib
<% end -%>
<% if @operatingsystem == 'Ubuntu' -%>
deb http://debian.stanford.edu/debian-stanford <%= lsbdistcodename %>-backports main multiverse restricted universe
deb-src http://debian.stanford.edu/debian-stanford <%= lsbdistcodename %>-backports main multiverse restricted universe
<% end -%>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment