Commit 3f67936e authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible OpenWrt: include $target and $subtarget in the summary paragraph on top



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 0316d461
...@@ -717,7 +717,7 @@ publish_page ...@@ -717,7 +717,7 @@ publish_page
# #
PAGE=openwrt/openwrt_$OPENWRT_TARGET.html PAGE=openwrt/openwrt_$OPENWRT_TARGET.html
write_openwrt_page_header write_openwrt_page_header
write_page " <p>$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 " <p>For <code>$target/$subtarget</code> 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}.</p>" write_page " These tests were last run on $DATE for version ${OPENWRT_VERSION} using ${DIFFOSCOPE}.</p>"
write_variation_table OpenWrt write_variation_table OpenWrt
cat "$DBD_HTML" >> "$PAGE" cat "$DBD_HTML" >> "$PAGE"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment