From 249fce35cc4fa1f46634a1913accfe095a984dab Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 26 Aug 2015 10:14:25 +0200 Subject: reproducible: correctly link index_suite_$ARCH_stats --- bin/reproducible_common.py | 2 +- bin/reproducible_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index b6ba1675..fd727714 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -273,7 +273,7 @@ def _gen_links(suite, arch): for i in SUITES: # suite links if arch == 'armhf' and i != 'unstable': continue - html += '
  • suite: ' + i + '
  • ' + html += '
  • suite: ' + i + '
  • ' if arch == 'amd64': html += '
  • armhf
  • ' else: diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 43414e4d..d97da615 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -222,7 +222,7 @@ write_page_header() { # only unstable is tested on armhf atm continue fi - write_page "
  • suite: $i
  • " + write_page "
  • suite: $i
  • " done elif [ "$TARGET" = "notify" ] ; then write_page "
  • ${SPOKEN_TARGET}
  • " -- cgit v1.2.3-54-g00ecf