diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-08 12:25:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-08 12:25:58 +0200 |
commit | d67442ed5ead9a66693a39c3333bb759ad71602c (patch) | |
tree | 264758f91b473d23d185275ebca1d2a7176bb754 | |
parent | 0a81ffd7b21d4be2b2d044cfdde89e607d9ce969 (diff) | |
download | jenkins.debian.net-d67442ed5ead9a66693a39c3333bb759ad71602c.tar.xz |
reproducible coreboot: link ftbfs to build log
-rwxr-xr-x | bin/reproducible_coreboot.sh | 2 |
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 |