Skip to content
Snippets Groups Projects
Commit bc098fed authored by Srinivas Rao Puttagunta's avatar Srinivas Rao Puttagunta
Browse files

debuild: working more on othermirror

parent d3b56e6a
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,16 @@ MIRRORSITE=http://debian.stanford.edu/debian ...@@ -5,13 +5,16 @@ 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 -%>
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"
<%- 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"
<%- else -%> <%- else -%>
......
# /etc/pbuilder/sid -- Debian override configuration file for pbuilder. # /etc/pbuilder/sid -- Debian override configuration file for pbuilder.
MIRRORSITE=http://debian.stanford.edu/debian MIRRORSITE=http://debian.stanford.edu/debian
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"
<%- 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"
<%- else -%> <%- else -%>
......
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