From 906bac3ad466fe801bbdd87b537218611b82ba84 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 19 Oct 2014 12:08:30 +0200 Subject: reproducible: use proper table headers --- bin/reproducible_html_graphs.sh | 4 ++-- bin/reproducible_html_notes.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index f02b2d5c..d39d5a7c 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -123,9 +123,9 @@ write_usertag_table() { let "COUNT+=1" VALUE=$(echo $RESULT | cut -d "|" -f$COUNT) if [ $COUNT -eq 1 ] ; then - write_page "" + write_page "
Bugs with usertags for reproducible-builds@lists.alioth.debian.org on $VALUE
" elif [ $((COUNT%2)) -eq 0 ] ; then - write_page "" + write_page "" else write_page "" fi diff --git a/bin/reproducible_html_notes.sh b/bin/reproducible_html_notes.sh index ee7c16e6..33bcacf4 100755 --- a/bin/reproducible_html_notes.sh +++ b/bin/reproducible_html_notes.sh @@ -147,7 +147,7 @@ create_issue() { write_page_header "" "Notes about issue '$1'" write_page "
Bugs with usertags for reproducible-builds@lists.alioth.debian.org on $VALUE
 ${FIELD:5}Open: $VALUE
${FIELD:5}Open: $VALUEDone: $VALUE
" - write_page "" + write_page "" if [ "${ISSUES_URL[$1]}" != "" ] ; then write_page "" @@ -332,6 +332,7 @@ echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}" if $VALID_YAML ; then write_page "
Identifier:$1
Identifier:$1
URL:${ISSUES_URL[$1]}
" + write_page "" ISSUES=$(echo ${ISSUES} | sed -s "s# #\n#g" | sort | xargs echo) for ISSUE in ${ISSUES} ; do write_page "" -- cgit v1.2.3-70-g09d2
Identified issues
${ISSUE}