diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 974c0b55b66ff2369927baccef578e32982d62f0..1155b78eed680d6b9ad96016002db4c3a9fa09d1 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"