diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-05 11:28:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-05 11:28:26 +0200 |
commit | 50d2b1116fc9e0f61ca320209b0a9eea9378cb7b (patch) | |
tree | 8b7206f2badf61034d860e9c8da48ec20f4ce783 /bin | |
parent | 296d2900783899d53efa1e44f8955303c18bac82 (diff) | |
download | jenkins.debian.net-50d2b1116fc9e0f61ca320209b0a9eea9378cb7b.tar.xz |
reproducible: provide link to job results
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_coreboot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index e36b6545..3b73e92a 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -223,6 +223,7 @@ for i in * ; do done echo "</ul></body></html>" >> $PAGE cd .. +echo "Enjoy $REPRODUCIBLE_URL/coreboot.html" #build_rebuild # defines FTBFS #if [ $FTBFS -eq 0 ] ; then |