summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-08 12:25:58 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-08 12:25:58 +0200
commitd67442ed5ead9a66693a39c3333bb759ad71602c (patch)
tree264758f91b473d23d185275ebca1d2a7176bb754 /bin/reproducible_coreboot.sh
parent0a81ffd7b21d4be2b2d044cfdde89e607d9ce969 (diff)
downloadjenkins.debian.net-d67442ed5ead9a66693a39c3333bb759ad71602c.tar.xz
reproducible coreboot: link ftbfs to build log
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index f2859f82..3c994060 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -204,7 +204,7 @@ for i in * ; do
let GOOD_ROMS+=1
fi
else
- write_page " <li><img src=\"/userContent/static/weather-storm.png\" alt=\"FTBFS icon\" /> $i failed to build from source.</li>"
+ write_page " <li><img src=\"/userContent/static/weather-storm.png\" alt=\"FTBFS icon\" /> $i <a href=\"${BUILD_URL}console\">failed to build</a> from source.</li>"
let BAD_ROMS+=1
fi
done