From 919fe7afc97f9e255b893206aa73a893c4c31835 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Sep 2015 23:56:36 +0200 Subject: reproducible: include armhf graphs in dashboard --- bin/reproducible_html_dashboards.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index 5e94c28f..ac0284da 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -421,6 +421,15 @@ create_main_stats_page() { write_page " \"age" done write_build_performace_stats + # other archs: armhf + ARCH="armhf" + SUITE="unstable" + write_page "
" + write_page " \"$SUITE/$ARCH" + write_page " \"${MAINLABEL[$i]}\"" + write_page " \"age" + write_build_performace_stats + write_page "
" # link to index_breakages write_page "

" write_page "
There are some problems in this setup too. And there is documentation too, in case you missed the link at the top. More feedback is always welcome!

" -- cgit v1.2.3-54-g00ecf