Skip to content
Snippets Groups Projects
Commit e284ae3b authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

testing

parent dcf7b62b
No related branches found
No related tags found
No related merge requests found
...@@ -5,15 +5,10 @@ MIRRORSITE=http://debian.stanford.edu/debian ...@@ -5,15 +5,10 @@ MIRRORSITE=http://debian.stanford.edu/debian
if (@include_backports) then if (@include_backports) then
-%> -%>
OTHERMIRROR="deb http://debian.stanford.edu/debian <%= @distribution %>-backports main contrib non-free" OTHERMIRROR="deb http://debian.stanford.edu/debian <%= @distribution %>-backports main contrib non-free"
#OTHERMIRROR="$OTHERMIRROR |deb http://debian.stanford.edu/debian-stanford <%= @distribution %>-backports main contrib non-free"
#OTHERMIRROR="$OTHERMIRROR |deb http://debian.stanford.edu/debian-stanford <%= @distribution %> main contrib non-free"
#OTHERMIRROR="$OTHERMIRROR |deb http://debian.stanford.edu/debian-local <%= @distribution %> main contrib non-free"
<%- else -%> <%- else -%>
# Backports distribution either no longer available or not yet # Backports distribution either no longer available or not yet
# available so omitting # available so omitting
# OTHERMIRROR="deb http://debian.stanford.edu/debian <%= @distribution %>-backports main contrib non-free" # OTHERMIRROR="deb http://debian.stanford.edu/debian <%= @distribution %>-backports main contrib non-free"
OTHERMIRROR="deb http://debian.stanford.edu/debian-stanford <%= @distribution %> main contrib non-free"
OTHERMIRROR="$OTHERMIRROR |deb http://debian.stanford.edu/debian-local <%= @distribution %> main contrib non-free"
<%- end -%> <%- end -%>
<%- if (@include_stanford_keyring) then -%> <%- if (@include_stanford_keyring) then -%>
EXTRAPACKAGES="aptitude debconf-utils debhelper gnupg stanford-keyring" EXTRAPACKAGES="aptitude debconf-utils debhelper gnupg stanford-keyring"
......
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