[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: be more fault tolerant when calculating build depends for pkg sets
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Sep 29 18:27:36 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
92b2d004 by Holger Levsen at 2022-09-29T19:27:19+02:00
reproducible Debian: be more fault tolerant when calculating build depends for pkg sets
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_create_meta_pkg_sets.sh
Changes:
=====================================
bin/reproducible_create_meta_pkg_sets.sh
=====================================
@@ -3,7 +3,7 @@
# Copyright 2015-2022 Holger Levsen <holger at layer-acht.org>
# released under the GPLv2
-DEBUG=true
+DEBUG=false
. /srv/jenkins/bin/common-functions.sh
common_init "$@"
@@ -143,7 +143,7 @@ use_previous_sets_build_depends() {
let src_set-=1
( for PKG in $(cat $TPATH/${META_PKGSET[$src_set]}.pkgset) ; do
- grep-dctrl -sBuild-Depends -n -X -FPackage $PKG $SOURCES | sed "s#([^()]*)##g ; s#\[[^][]*\]##g ; s#,##g"
+ grep-dctrl -sBuild-Depends -n -X -FPackage $PKG $SOURCES | sed "s#([^()]*)##g ; s#\[[^][]*\]##g ; s#,##g" || true
done ) | sort -u >> $TMPFILE
packages_list_to_deb822
convert_from_deb822_into_source_packages_only
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/92b2d0042a931853ce66e2a398894e3385f63486
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/92b2d0042a931853ce66e2a398894e3385f63486
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/20220929/27103819/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list