[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible debian: also allow network access to src:d-i-n-i
Mattia Rizzolo
gitlab at salsa.debian.org
Sun May 5 17:14:41 BST 2019
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f1e641b8 by Mattia Rizzolo at 2019-05-05T16:14:32Z
reproducible debian: also allow network access to src:d-i-n-i
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/reproducible_build.sh
Changes:
=====================================
bin/reproducible_build.sh
=====================================
@@ -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"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f1e641b817bc160c6415fcfadec4cd5124e404ab
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f1e641b817bc160c6415fcfadec4cd5124e404ab
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190505/5207067f/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list