diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-15 11:54:10 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-15 11:54:10 +0100 |
commit | 89a56d627faeebec67159971e0b5c20e4f6bf6ca (patch) | |
tree | 4c1a5336ab1ddae5af99c8151709914623b8af11 | |
parent | a0bf06c658bb16117552e0575a8c7296dc9e9d21 (diff) | |
download | jenkins.debian.net-89a56d627faeebec67159971e0b5c20e4f6bf6ca.tar.xz |
reproducible: stop treating creating .buildinfo files specially (some leftovers)
-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>" |