[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible/openwrt|lede: node_save_logs(): correct missing content path
Holger Levsen
holger at layer-acht.org
Mon Oct 17 17:23:43 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 522f4a8f11d1797f9420a89efcf36a127ddafdbf
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Mon Oct 17 04:13:36 2016 +0200
reproducible/openwrt|lede: node_save_logs(): correct missing content path
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_openwrt_common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index e17698e..f72be5b 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -87,7 +87,7 @@ node_save_logs() {
# we create an empty tar.xz instead of failing
touch "$tmpdir/build_logs.tar.xz"
else
- tar cJf "$tmpdir/build_logs.tar.xz" -C "$tmpdir/build/logs"
+ tar cJf "$tmpdir/build_logs.tar.xz" -C "$tmpdir/build/" ./logs
fi
}
--
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