[Qa-jenkins-scm] [jenkins.debian.net] 01/01: openwrt/lede: add forgotten arg to create_results_dir on the second run

Holger Levsen holger at layer-acht.org
Sat Jul 23 17:30:44 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 235300a73ae5aff1ed84ebee14d778904021cbc5
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Sat Jul 23 19:07:35 2016 +0200

    openwrt/lede: add forgotten arg to create_results_dir on the second run
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_lede.sh    | 2 +-
 bin/reproducible_openwrt.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 712b488..3c4d77e 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -138,7 +138,7 @@ GOOD_PERCENT_IMAGES=$(echo "scale=1 ; ($GOOD_IMAGES*100/$ALL_IMAGES)" | bc)
 # run diffoscope on the packages
 GOOD_PACKAGES=0
 ALL_PACKAGES=0
-create_results_dirs
+create_results_dirs lede
 cd $TMPDIR/b1
 for i in * ; do
 	cd $i
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 3e523aa..3f37ea2 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -138,7 +138,7 @@ GOOD_PERCENT_IMAGES=$(echo "scale=1 ; ($GOOD_IMAGES*100/$ALL_IMAGES)" | bc)
 # run diffoscope on the packages
 GOOD_PACKAGES=0
 ALL_PACKAGES=0
-create_results_dirs
+create_results_dirs openwrt
 cd $TMPDIR/b1
 for i in * ; do
 	cd $i

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