From 0a971561ed4d68947d60a85cd02b789a18667ed6 Mon Sep 17 00:00:00 2001
From: Holger Levsen
" # write suite table write_page "
suite | all sources packages | reproducible packages | unreproducible packages | packages failing to build | other packages |
---|---|---|---|---|---|
average test duration in all suites | $MIN minutes, $SEC seconds |
" - # do the global stats + # write bugs with usertags table + write_usertag_table + write_page "
" + # do other global graphs for i in 3 7 4 5 1 ; do - if [ $i = "3" ] || [ $i = "1" ] ; then + if [ $i = "1" ] ; then OVERVIEW="" else - OVERVIEW='class="overview"' + OVERVIEW='class="halfview"' fi write_page " " # 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 fi - if [ "$i" = "3" ] ; then - write_page "
" - write_usertag_table - write_page "" - fi done write_page "
" # write suite builds age graphs -- cgit v1.2.3-70-g09d2