Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
su_debuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
puppetpublic
su_debuild
Commits
b15a82b5
Commit
b15a82b5
authored
5 years ago
by
Adam Lewenberg
Browse files
Options
Downloads
Patches
Plain Diff
do not duplicate the repo in OTHERMIRROR for Ubuntu
parent
4196190d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/etc/pbuilder/ubuntu.erb
+6
-1
6 additions, 1 deletion
templates/etc/pbuilder/ubuntu.erb
with
6 additions
and
1 deletion
templates/etc/pbuilder/ubuntu.erb
+
6
−
1
View file @
b15a82b5
...
@@ -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")
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment