[Qa-jenkins-scm] [jenkins.debian.net] 01/04: reproducible_openwrt|lede: allow openwrt_save_logs to call it from outside

Holger Levsen holger at layer-acht.org
Thu Oct 13 11:13:39 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 69e3ee9590329e96f18b4a3cc71ea43134509372
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Oct 13 01:28:13 2016 +0200

    reproducible_openwrt|lede: allow openwrt_save_logs to call it from outside
    
    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 2ee4789..1e824db 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -29,6 +29,7 @@ case $1 in
 			openwrt_get_banner |\
 			node_create_tmpdirs |\
 			node_debug |\
+			node_save_logs |\
 			node_cleanup_tmpdirs) ;; # this is the allowed list
 			*)
 				echo "Unsupported remote node function $@"
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 161fe4d..53177b1 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -29,6 +29,7 @@ case $1 in
 			openwrt_get_banner |\
 			node_create_tmpdirs |\
 			node_debug |\
+			node_save_logs |\
 			node_cleanup_tmpdirs) ;; # this is the allowed list
 			*)
 				echo "Unsupported remote node function $@"

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