[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible/openwrt|lede: add debug line to see what argument got called

Holger Levsen holger at layer-acht.org
Tue Aug 2 15:18:50 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 5761e8368a66db312831aa77e477691af604072f
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Tue Aug 2 17:11:24 2016 +0200

    reproducible/openwrt|lede: add debug line to see what argument got called
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_lede.sh    | 1 +
 bin/reproducible_openwrt.sh | 1 +
 2 files changed, 2 insertions(+)

diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 5c94dd2..8d94c2a 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -16,6 +16,7 @@ common_init
 . /srv/jenkins/bin/reproducible_openwrt_common.sh
 set -e
 
+echo "$0 got called with '$@'"
 # this script is called from positions
 # * it's called from the reproducible_wrapper when running on the master
 # * it's called from reproducible_opewnrt_common when doing remote builds
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index f12dcd5..54389d4 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -16,6 +16,7 @@ common_init
 . /srv/jenkins/bin/reproducible_openwrt_common.sh
 set -e
 
+echo "$0 got called with '$@'"
 # this script is called from positions
 # * it's called from the reproducible_wrapper when running on the master
 # * it's called from reproducible_opewnrt_common when doing remote builds

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