summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-07 09:02:43 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-07 09:02:43 +0200
commit118d149171d470070405cf18a27485d819a65111 (patch)
tree872ebb1eca0cf09f9da1c9c1cfb3517c87404006 /bin/reproducible_coreboot.sh
parent2c7e3a1c55cb9c24b2d9cc0c8f6bc212f9178044 (diff)
downloadjenkins.debian.net-118d149171d470070405cf18a27485d819a65111.tar.xz
reproducible coreboot: fix path
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 0a250ea2..1ff22e57 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -160,7 +160,7 @@ echo "==========================================================================
echo "$(date -u) - Running $DBDVERSION on coreboot images now"
echo "============================================================================="
# and creating the webpage while we're at it
-PAGE=coreboot/coreboot.html
+PAGE=$PWD/coreboot/coreboot.html
cat > $PAGE <<- EOF
<!DOCTYPE html>
<html lang="en-US">
@@ -212,6 +212,7 @@ cat >> $PAGE <<- EOF
EOF
write_page_footer
cd ..
+PAGE=coreboot/coreboot.html
publish_page
# the end