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

su_debuild: fix sid no stanford keyrin config

parent 278ebc42
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# repositories. Currently, we want to include them if, and only if, # repositories. Currently, we want to include them if, and only if,
# @include_stanford_keyring is true. So we simply set # @include_stanford_keyring is true. So we simply set
# include_stanford_repos equal to @include_stanford_keyring. Why have a # include_stanford_repos equal to @include_stanford_keyring. Why have a
# separate variable that is exactlye the same as another variable? # separate variable that is exactly the same as another variable?
# Because we may want to de-couple the two variables in the future, # Because we may want to de-couple the two variables in the future,
# that's why. # that's why.
include_stanford_repos = @include_stanford_keyring include_stanford_repos = @include_stanford_keyring
......
# /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
<%- if (@include_stanford_keyring) then -%>
OTHERMIRROR="deb http://debian.stanford.edu/debian-stanford <%= @distribution %> 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" 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" EXTRAPACKAGES="aptitude debconf-utils debhelper gnupg stanford-keyring"
<%- else -%> <%- else -%>
# Avoid the chicken-and-egg issue by not including stanford-keyring. # Avoid the chicken-and-egg issue by not including stanford-keyring.
......
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