diff options
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_html_indexes.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index b946d98e..eca9a6c4 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -221,8 +221,6 @@ write_page "<p>" set_icon reproducible write_icon write_page "$COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly." -set_icon unreproducible with -write_icon set_icon unreproducible write_icon write_page "$COUNT_BAD packages ($PERCENT_BAD%) failed to built reproducibly." diff --git a/bin/reproducible_html_indexes.sh b/bin/reproducible_html_indexes.sh index d65a3dd3..f1271471 100755 --- a/bin/reproducible_html_indexes.sh +++ b/bin/reproducible_html_indexes.sh @@ -57,8 +57,6 @@ for VIEW in last_24h last_48h all_abc ; do FINISH=", from $SHORTER_SPOKENTARGET these were:" fi write_page "<p>" - set_icon unreproducible with - write_icon set_icon unreproducible write_icon write_page "$COUNT_BAD packages ($PERCENT_BAD% of $COUNT_TOTAL) failed to built reproducibly in total$FINISH <code>" |