[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible coreboot: fix path

Holger Levsen holger at moszumanska.debian.org
Sun Jun 7 07:03:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 118d149171d470070405cf18a27485d819a65111
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jun 7 09:02:43 2015 +0200

    reproducible coreboot: fix path
---
 bin/reproducible_coreboot.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 0a250ea..1ff22e5 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list