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
bc098fed
Commit
bc098fed
authored
5 years ago
by
Srinivas Rao Puttagunta
Browse files
Options
Downloads
Patches
Plain Diff
debuild: working more on othermirror
parent
d3b56e6a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/etc/pbuilder/debian.erb
+5
-2
5 additions, 2 deletions
templates/etc/pbuilder/debian.erb
templates/etc/pbuilder/sid.erb
+2
-0
2 additions, 0 deletions
templates/etc/pbuilder/sid.erb
with
7 additions
and
2 deletions
templates/etc/pbuilder/debian.erb
+
5
−
2
View file @
bc098fed
...
@@ -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
-%>
...
...
This diff is collapsed.
Click to expand it.
templates/etc/pbuilder/sid.erb
+
2
−
0
View file @
bc098fed
# /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
-%>
...
...
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