summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-04-21 23:20:07 +0200
committerMattia Rizzolo <mattia@mapreri.org>2015-04-21 23:35:31 +0200
commit52b794f0f6c57d93e2a959b8b4abc3d4c7563dc4 (patch)
tree023f125a658b4280eb38111fc5004e8931dc4610 /bin/reproducible_html_graphs.sh
parentccbdbcb1b50f96c3a623093402c368cfa8110fc7 (diff)
downloadjenkins.debian.net-52b794f0f6c57d93e2a959b8b4abc3d4c7563dc4.tar.xz
reproducible: common.sh: drop that set_linktarget nonsense, and teach link_packages to query the homonym function of its python brother
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index f29e270a..09ac89bb 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -436,20 +436,17 @@ create_pkg_sets_page() {
set_icon reproducible
write_icon
write_page "$COUNT_META_GOOD packages ($PERCENT_META_GOOD%) successfully built reproducibly:"
- set_linktarget $META_GOOD
link_packages $META_GOOD
write_page "<br />"
set_icon unreproducible
write_icon
write_page "$COUNT_META_BAD ($PERCENT_META_BAD%) packages failed to built reproducibly:"
- set_linktarget $META_BAD
link_packages $META_BAD
write_page "<br />"
if [ $COUNT_META_UGLY -gt 0 ] ; then
set_icon FTBFS
write_icon
write_page "$COUNT_META_UGLY ($PERCENT_META_UGLY%) packages failed to build from source:"
- set_linktarget $META_UGLY
link_packages $META_UGLY
write_page "<br />"
fi
@@ -461,7 +458,6 @@ create_pkg_sets_page() {
set_icon 404
write_icon
write_page "$COUNT_META_REST ($PERCENT_META_REST%) packages are either blacklisted, not for us or cannot be downloaded:"
- set_linktarget $META_REST
link_packages $META_REST
write_page "<br />"
fi