From d8b0c97932ed0f99b506d6e00f8f205a612980f4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 26 Mar 2016 22:14:14 -0400 Subject: reproducible debian: changes needed for 3rd arch in dashboard --- bin/reproducible_html_dashboard.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 508223cc..71527daa 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -457,9 +457,12 @@ create_dashboard_page() { fi done write_page "

" - ARCH="amd64" # write inventory table - write_page "

" + write_page "

Various reproducibility statisticssource basedamd64armhf
" + for ARCH in ${ARCHS} ; do + write_page "" + write_page "" + ARCH="amd64" write_page "" write_page "" write_page "" @@ -509,7 +512,7 @@ create_dashboard_page() { write_page "

" # do other global graphs for i in 8 9 3 7 4 5 ; do - write_page " \"${MAINLABEL[$i]}\"" + write_page " \"${MAINLABEL[$i]}\"" # redo pngs once a day if [ ! -f $BASE/${TABLE[$i]}.png ] || [ $DUMMY_FILE -nt $BASE/${TABLE[$i]}.png ] ; then create_png_from_table $i ${TABLE[$i]}.png -- cgit v1.2.3-54-g00ecf

Various reproducibility statisticssource based$ARCH
identified distinct and categorized issues$ISSUES
total number of identified issues in packages$COUNT_ISSUES
packages with notes about these issues$NOTES