summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-26 02:02:54 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-26 02:02:54 +0200
commitd8495dbca49f77a1f378823d3935ac6a9d745dc9 (patch)
tree8e886b6686ffc9fb565b60a8d909ed756bc04923 /bin
parentb89f17e6b771b370422d3bc568944948fb2b3bd5 (diff)
downloadjenkins.debian.net-d8495dbca49f77a1f378823d3935ac6a9d745dc9.tar.xz
reproducible: fix typo breaking the suite navigation for armhf
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 42a21085..eb42345f 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -218,7 +218,7 @@ write_page_header() {
done
if [ "$TARGET" = "suite_stats" ] ; then
for i in $SUITES ; do
- if [ "$SUITE" != "unstable" ] && [ "$ARCH" = "armhf" ] ; then
+ if [ "$i" != "unstable" ] && [ "$ARCH" = "armhf" ] ; then
# only unstable is tested on armhf atm
continue
fi