[Git][qa/jenkins.debian.net][master] Revert "d-i-build: only build binary packages as sometimes we cannot download...
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Jun 19 09:59:08 BST 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
95de0f0f by Roland Clobus at 2026-06-19T10:58:33+02:00
Revert "d-i-build: only build binary packages as sometimes we cannot download the orig.tar and then source 3.0 packages would be unhappy"
Many d-i jobs fail with the error message:
dpkg-genchanges: error: cannot read ../XXX.dsc: No such file or directory
This reverts commit 3033ea712102f7f18cee1d17a10142e1042d5d94 from
2014-10-26
(cherry picked from commit c3377120fd02c109fc053408f842536ac9c8995d)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/d-i_build.sh
Changes:
=====================================
bin/d-i_build.sh
=====================================
@@ -144,7 +144,7 @@ EOF
fi
#
#
- # build (binary packages only, as sometimes we cannot get the upstream tarball...)
+ # build
#
SOURCE=$(dpkg-parsechangelog |grep ^Source: | cut -d " " -f2)
NUM_CPU=$(nproc)
@@ -155,7 +155,7 @@ EOF
if udeb_dir=$(replace_origin_pu "/srv/udebs/" $TRIGGERING_BRANCH) ; then
cp $udeb_dir/*.udeb build/localudebs
fi
- pdebuild --use-pdebuild-internal --debbuildopts "-J$NUM_CPU -b" --buildresult ${RESULT_DIR} -- --http-proxy $http_proxy
+ pdebuild --use-pdebuild-internal --debbuildopts "-J$NUM_CPU" --buildresult ${RESULT_DIR} -- --http-proxy $http_proxy
# cleanup
echo
cat ${RESULT_DIR}/${SOURCE}_*changes
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/95de0f0f5fbc171f37fb15dd41ab41eee26b56c5
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/95de0f0f5fbc171f37fb15dd41ab41eee26b56c5
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260619/7777490c/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list