diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-08-02 17:11:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-02 17:18:38 +0200 |
commit | 5761e8368a66db312831aa77e477691af604072f (patch) | |
tree | 817375ac42c111480c5fd419e17d4ef045fec40b | |
parent | ac3141cadeb4a0083b5dd05e4bbd915e6875a054 (diff) | |
download | jenkins.debian.net-5761e8368a66db312831aa77e477691af604072f.tar.xz |
reproducible/openwrt|lede: add debug line to see what argument got called
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_lede.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_openwrt.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 5c94dd29..8d94c2a9 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 f12dcd5b..54389d4c 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 |