[Qa-jenkins-scm] [jenkins.debian.net] 01/04: reproducible_lede: fix more path problems of call_diffoscope()

Holger Levsen holger at layer-acht.org
Fri Jul 29 04:01:49 UTC 2016


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 79e84d848f0870d2afbdb8e05884afd4743ef97a
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Jul 28 22:50:12 2016 -0400

    reproducible_lede: fix more path problems of call_diffoscope()
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_lede.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 0d2434c..44caf43 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -124,9 +124,9 @@ for target in * ; do
 				rm -f $BASE/lede/dbd/targets/$target/$subtarget/$image.html # cleanup from previous (unreproducible) tests - if needed
 				continue
 			fi
-			call_diffoscope $target/$subtarget $image
+			call_diffoscope targets/$target/$subtarget $image
 			get_filesize $image
-			if [ -f $TMPDIR/$target/$subtarget/$image.html ] ; then
+			if [ -f $TMPDIR/targets/$target/$subtarget/$image.html ] ; then
 				mkdir -p $BASE/lede/dbd/targets/$target/$subtarget
 				mv $TMPDIR/targets/$target/$subtarget/$image.html $BASE/lede/dbd/targets/$target/$subtarget/$image.html
 				echo "         <tr><td><a href=\"dbd/targets/$target/$subtarget/$image.html\"><img src=\"/userContent/static/weather-showers-scattered.png\" alt=\"unreproducible icon\" /> $image</a> (${SIZE}) is unreproducible.</td></tr>" >> $DBD_HTML

-- 
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