Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
f1e641b8
Verified
Commit
f1e641b8
authored
May 05, 2019
by
Mattia Rizzolo
Browse files
reproducible debian: also allow network access to src:d-i-n-i
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
45532738
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_build.sh
View file @
f1e641b8
...
...
@@ -587,7 +587,7 @@ EOF
else
echo
"BUILDDIR=/build"
>>
"
$TMPCFG
"
fi
if
[
"
$SRCPACKAGE
"
=
"debian-installer"
]
;
then
if
[
"
$SRCPACKAGE
"
=
"debian-installer"
-o
"
$SRCPACKAGE
"
=
"debian-installer-netboot-images"
]
;
then
# d-i needs to access to a debian-archive. this is not possible in
# pbuilder, so grant complete network access to it.
echo
"USENETWORK=yes"
>>
"
$TMPCFG
"
...
...
@@ -662,7 +662,7 @@ EOF
else
echo
"BUILDDIR=/build"
>>
"
$TMPCFG
"
fi
if
[
"
$SRCPACKAGE
"
=
"debian-installer"
]
;
then
if
[
"
$SRCPACKAGE
"
=
"debian-installer"
-o
"
$SRCPACKAGE
"
=
"debian-installer-netboot-images"
]
;
then
# d-i needs to access to a debian-archive. this is not possible in
# pbuilder, so grant complete network access to it.
echo
"USENETWORK=yes"
>>
"
$TMPCFG
"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment