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

do not duplicate the repo in OTHERMIRROR for Ubuntu

parent 4196190d
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,11 @@ ...@@ -2,7 +2,11 @@
# pbuilder. # pbuilder.
MIRRORSITE=http://debian.stanford.edu/ubuntu MIRRORSITE=http://debian.stanford.edu/ubuntu
OTHERMIRROR="deb http://debian.stanford.edu/ubuntu <%= @distribution %> main multiverse restricted universe"
# We do not set OTHERMIRROR. If we have a backports mirror we want to use
# we can change this.
# OTHERMIRROR="deb http://archive.ubuntu.com/ubuntu <%= @distribution %>-backports main restricted universe multiverse"
<%- 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 -%>
...@@ -10,6 +14,7 @@ EXTRAPACKAGES="aptitude debconf-utils debhelper gnupg stanford-keyring" ...@@ -10,6 +14,7 @@ EXTRAPACKAGES="aptitude debconf-utils debhelper gnupg stanford-keyring"
# Need to do this when CREATING the chroot; not needed for UPDATING. # Need to do this when CREATING the chroot; not needed for UPDATING.
EXTRAPACKAGES="aptitude debconf-utils debhelper gnupg" EXTRAPACKAGES="aptitude debconf-utils debhelper gnupg"
<%- end -%> <%- end -%>
COMPONENTS="main multiverse restricted universe" COMPONENTS="main multiverse restricted universe"
DEBOOTSTRAPOPTS=("${DEBOOTSTRAPOPTS[@]}" "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg") DEBOOTSTRAPOPTS=("${DEBOOTSTRAPOPTS[@]}" "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg")
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