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

revert change to add local repos for testing purposes

parent 402dce9f
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,9 @@ MIRRORSITE=http://debian.stanford.edu/debian ...@@ -5,9 +5,9 @@ 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 %>-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-stanford <%= @distribution %> main contrib non-free"
OTHERMIRROR="$OTHERMIRROR |deb http://debian.stanford.edu/debian-local <%= @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
......
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