summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-10-13 01:28:13 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-13 13:10:24 +0200
commit69e3ee9590329e96f18b4a3cc71ea43134509372 (patch)
tree23655a4cbb5922ca0428e02a4361480dc8159cf7 /bin/reproducible_lede.sh
parent29f6562d80c0f5d4ced42c231b81ec52cf18bf82 (diff)
downloadjenkins.debian.net-69e3ee9590329e96f18b4a3cc71ea43134509372.tar.xz
reproducible_openwrt|lede: allow openwrt_save_logs to call it from outside
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_lede.sh')
-rwxr-xr-xbin/reproducible_lede.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 2ee47897..1e824db0 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 $@"