From cf359eb1008ae8bc22c7a8bd67e6862718e1351f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 15 Oct 2014 22:38:57 +0200 Subject: reproducible: use two css classes for tables --- bin/reproducible_stats.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bin/reproducible_stats.sh') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 825d15ef..d0761e33 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -149,7 +149,7 @@ issues_loop() { if [ "${p:0:2}" = "- " ] ; then p="${p:2}" fi - write_page "" + write_page "
Identifier:$p
" if [ "${ISSUES_URL[$p]}" != "" ] ; then write_page "" fi @@ -173,7 +173,7 @@ create_pkg_note() { write_page "" write_page "Notes for $1" write_page "
" - write_page "
Identifier:$p
URL${ISSUES_URL[$p]}
" + write_page "
" write_page "" @@ -208,7 +208,7 @@ create_pkg_note() { create_issue() { BUG=false write_page_header "" "Notes about issue '$1'" - write_page "
Version annotated:${NOTES_VERSION[$1]}
" + write_page "
" write_page "" @@ -396,7 +396,7 @@ init_pkg_page() { echo "" > ${PKG_FILE} echo "" >> ${PKG_FILE} echo "$1 - reproducible builds results" >> ${PKG_FILE} - echo "
Identifier:$1
$1 $2" >> ${PKG_FILE} + echo "
$1 $2" >> ${PKG_FILE} set_icon "$3" $5 write_icon echo "at $4: " >> ${PKG_FILE} @@ -658,7 +658,7 @@ PAGE=index_${VIEW}.html echo "Starting to write $PAGE page." write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}" if $VALID_YAML ; then - write_page "" + write_page "
" ISSUES=$(echo ${ISSUES} | sed -s "s# #\n#g" | sort | xargs echo) for ISSUE in ${ISSUES} ; do write_page "" @@ -852,7 +852,7 @@ write_usertag_table() { let "COUNT+=1" VALUE=$(echo $RESULT | cut -d "|" -f$COUNT) if [ $COUNT -eq 1 ] ; then - write_page "
${ISSUE}
" + write_page "
Bugs with usertags for reproducible-builds@lists.alioth.debian.org on $VALUE
" elif [ $((COUNT%2)) -eq 0 ] ; then write_page "" else -- cgit v1.2.3-70-g09d2
Bugs with usertags for reproducible-builds@lists.alioth.debian.org on $VALUE
 ${FIELD:5}Open: $VALUE