From 49070b633ce26c18d79e15568d1bd4758fe09e03 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Sep 2015 23:46:59 +0200 Subject: reproducible: remove unneeded ^/userContent in urls --- bin/reproducible_html_dashboards.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bin/reproducible_html_dashboards.sh') diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index d06ce8d0..65505334 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -284,7 +284,7 @@ create_suite_arch_stats_page() { write_icon write_page "$COUNT_BLACKLISTED blacklisted packages neither.

" write_page "

" - write_page " \"${MAINLABEL[0]}\"" + write_page " \"${MAINLABEL[0]}\"" for i in 0 2 ; do # recreate png once a day if [ ! -f $BASE/$SUITE/$ARCH/${TABLE[$i]}.png ] || [ ! -z $(find $BASE/$SUITE/$ARCH -maxdepth 1 -mtime +0 -name ${TABLE[$i]}.png) ] ; then @@ -319,7 +319,7 @@ create_main_stats_page() { # write suite graphs write_page "

" for SUITE in $SUITES ; do - write_page " \"$SUITE/$ARCH" + write_page " \"$SUITE/$ARCH" done write_page "

" # write meta pkg graphs per suite @@ -331,7 +331,7 @@ create_main_stats_page() { for i in $(seq 1 ${#META_PKGSET[@]}) ; do THUMB=${TABLE[6]}_${META_PKGSET[$i]}-thumbnail.png LABEL="Reproducibility status for packages in $SUITE/$ARCH from '${META_PKGSET[$i]}'" - write_page "\"$LABEL\"" + write_page "\"$LABEL\"" done done write_page "

" @@ -371,7 +371,7 @@ create_main_stats_page() { write_page "

" # do other global graphs for i in 3 7 4 5 ; do - write_page " \"${MAINLABEL[$i]}\"" + write_page " \"${MAINLABEL[$i]}\"" # redo pngs once a day if [ ! -f $BASE/${TABLE[$i]}.png ] || [ ! -z $(find $BASE -maxdepth 1 -mtime +0 -name ${TABLE[$i]}.png) ] ; then create_png_from_table $i ${TABLE[$i]}.png @@ -382,7 +382,7 @@ create_main_stats_page() { write_explaination_table debian # write build per day graph write_page "

" - write_page " \"${MAINLABEL[$i]}\"" + write_page " \"${MAINLABEL[$i]}\"" # redo png once a day for ARCH in ${ARCHS} ; do if [ ! -f $BASE/${TABLE[1]}_$ARCH.png ] || [ ! -z $(find $BASE -maxdepth 1 -mtime +0 -name ${TABLE[1]}_$ARCH.png) ] ; then @@ -393,7 +393,7 @@ create_main_stats_page() { # write suite builds age graphs write_page "

" for SUITE in $SUITES ; do - write_page " \"age" + write_page " \"age" done # write build performace stats write_page "" -- cgit v1.2.3-70-g09d2
Build statistics