diff --git a/templates/etc/pbuilder/debian.erb b/templates/etc/pbuilder/debian.erb index 9d4a8722a705a50308b78143c79570983fe5328a..299d717ab6164d4fef0382cffdf2daad73723579 100644 --- a/templates/etc/pbuilder/debian.erb +++ b/templates/etc/pbuilder/debian.erb @@ -5,15 +5,10 @@ MIRRORSITE=http://debian.stanford.edu/debian if (@include_backports) then -%> 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 -%> # Backports distribution either no longer available or not yet # available so omitting # 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 -%> <%- if (@include_stanford_keyring) then -%> EXTRAPACKAGES="aptitude debconf-utils debhelper gnupg stanford-keyring"