[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible OpenWrt: try fixing the new Packages.manifest parser #2
Holger Levsen
gitlab at salsa.debian.org
Sun Mar 10 13:55:43 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
58fe7857 by Alexander Couzens at 2019-03-10T13:55:04Z
reproducible OpenWrt: try fixing the new Packages.manifest parser #2
this time the right position
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_openwrt.sh
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -650,8 +650,13 @@ else
fi
# parse the OpenWrt Packages.manifest files to generate results to fill into the database
+tree .
cd "$RESULTSDIR/b1"
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/58fe7857c3fbfb10cfa79283979f6379a17ba35d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/58fe7857c3fbfb10cfa79283979f6379a17ba35d
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/5c10e760/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list