diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-06 09:07:15 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-06 09:07:15 +0200 |
commit | c4e4b5865383d3d38eab09bde0dbedfaa6638930 (patch) | |
tree | 658a26403858eca3841e6431b970af65180890e1 | |
parent | 813b472b6e883ea1e8963b76a1432c3a1d1fcc3e (diff) | |
download | jenkins.debian.net-c4e4b5865383d3d38eab09bde0dbedfaa6638930.tar.xz |
reproducible coreboot, create dbd dir
-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 da0a1cdc..6abed0e9 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -206,6 +206,7 @@ echo "========================================================================== echo "$(date) - Running $DBDVERSION on coreboot images now" echo "=============================================================================" +create_results_dirs PAGE=$BASE/coreboot/coreboot.html echo "<html><head></head><body><h1>Reproducible Coreboot</h2><p>This is work in progress - only TZ, LAND and LC_CTYPE variations yet and no fancy html.</p><pre>" > $PAGE echo -n $COREBOOT >> $PAGE |