[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible OpenWrt: try fixing the new Packages.manifest parser
Holger Levsen
gitlab at salsa.debian.org
Sun Mar 10 11:22:36 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
5908f96a by Alexander Couzens at 2019-03-10T11:22:11Z
reproducible OpenWrt: try fixing the new Packages.manifest parser
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_openwrt.sh
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -590,7 +590,12 @@ fi
GOOD_PACKAGES=0
ALL_PACKAGES=0
cd "$RESULTSDIR/b1"
+tree .
for i in * ; do
+ if [ ! -d "$i" ] ; then
+ continue
+ fi
+
cd "$i"
# search packages in both paths to find non-existing ones
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/5908f96afdde2c3756899b9e844d72ee658bfc61
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/5908f96afdde2c3756899b9e844d72ee658bfc61
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/20190310/9640a3c0/attachment.html>
More information about the Qa-jenkins-scm
mailing list