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
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 -%>
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 -%>
EXTRAPACKAGES="aptitude debconf-utils debhelper gnupg stanford-keyring"
<%- else -%>
......
# /etc/pbuilder/sid -- Debian override configuration file for pbuilder.
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 -%>
EXTRAPACKAGES="aptitude debconf-utils debhelper gnupg stanford-keyring"
<%- 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