From 3f67936e8487b2706542aec0f86080ab3aec46ef Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 9 Nov 2019 00:36:59 +0800 Subject: [PATCH] reproducible OpenWrt: include $target and $subtarget in the summary paragraph on top Signed-off-by: Holger Levsen --- bin/reproducible_openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 974c0b55..1155b78e 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -717,7 +717,7 @@ publish_page # PAGE=openwrt/openwrt_$OPENWRT_TARGET.html write_openwrt_page_header -write_page "

$GOOD_IMAGES ($GOOD_PERCENT_IMAGES%) out of $ALL_IMAGES built images and $GOOD_PACKAGES ($GOOD_PERCENT_PACKAGES%) out of $ALL_PACKAGES built packages were reproducible in our test setup." +write_page "

For $target/$subtarget we could built $GOOD_IMAGES ($GOOD_PERCENT_IMAGES%) out of $ALL_IMAGES images and $GOOD_PACKAGES ($GOOD_PERCENT_PACKAGES%) out of $ALL_PACKAGES packages reproducibly in our test setup." write_page " These tests were last run on $DATE for version ${OPENWRT_VERSION} using ${DIFFOSCOPE}.

" write_variation_table OpenWrt cat "$DBD_HTML" >> "$PAGE" -- GitLab