diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-10-12 22:00:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-12 22:02:40 +0200 |
commit | f4031a9f5d3d5047fea0170b6aa38ae4d8f335ec (patch) | |
tree | 016c969ea8416a59514dea7bf379d65ab966518f /bin/reproducible_lede.sh | |
parent | bbbe8c72a907e5a754ea5089a6c7da854d3be207 (diff) | |
download | jenkins.debian.net-f4031a9f5d3d5047fea0170b6aa38ae4d8f335ec.tar.xz |
reproducible_openwrt|lede: add debug to fix rsync bug
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_lede.sh')
-rwxr-xr-x | bin/reproducible_lede.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index cf19221f..fe4adcb2 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -28,6 +28,7 @@ case $1 in openwrt_download |\ openwrt_get_banner |\ node_create_tmpdirs |\ + node_debug |\ node_cleanup_tmpdirs) ;; # this is the allowed list *) echo "Unsupported remote node function $@" |