[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible OpenWrt: fix calling path of fwtool

Holger Levsen gitlab at salsa.debian.org
Thu Mar 7 21:22:33 GMT 2019


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
2e2966b7 by Alexander Couzens at 2019-03-07T21:22:15Z
reproducible OpenWrt: fix calling path of fwtool

Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_openwrt.sh


Changes:

=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -361,7 +361,7 @@ openwrt_strip_metadata_signature() {
 	find bin/targets/ -type f | \
 		grep -E -v '(\.ipk|sha256sums|config.seed|kernel-debug.tar.bz2|manifest|Packages.gz|Packages|Packages.sig)$' | \
 		while read -r line ; do
-			fwtool -s /dev/null -t "$line" || true
+			./staging_dir/host/bin/fwtool -s /dev/null -t "$line" || true
 	done
 }
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/2e2966b7ae836fb1147ab8d0a5eb9996b2b80c41

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/2e2966b7ae836fb1147ab8d0a5eb9996b2b80c41
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/20190307/5736b203/attachment.html>


More information about the Qa-jenkins-scm mailing list