[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible coreboot: fixup pathes
Holger Levsen
holger at moszumanska.debian.org
Thu Jun 11 13:33:36 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 6338888290dbdd781d8804b3dd95d4d225641b1f
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Jun 11 15:33:07 2015 +0200
reproducible coreboot: fixup pathes
---
bin/reproducible_coreboot.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 1e45da9..2e8d0f4 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -193,7 +193,6 @@ for i in * ; do
done
cd ..
rm coreboot-builds -r
-cd ..
# run debbindiff on the results
TIMEOUT="30m"
@@ -208,7 +207,7 @@ BAD_ROMS=0
GOOD_ROMS=0
ALL_ROMS=0
create_results_dirs
-cd b1
+cd $TMPDIR/b1
for i in * ; do
let ALL_ROMS+=1
if [ -f $i/coreboot.rom ] ; then
@@ -236,7 +235,8 @@ BAD_PERCENT=$(echo "scale=1 ; ($BAD_ROMS*100/$ALL_ROMS)" | bc)
#
# finally create the webpage
#
-PAGE=$PWD/coreboot/coreboot.html
+cd $TMPDIR
+PAGE=coreboot/coreboot.html
cat > $PAGE <<- EOF
<!DOCTYPE html>
<html lang="en-US">
--
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