[Qa-jenkins-scm] [jenkins.debian.net] 02/04: reproducible_openwrt|lede: rename save_logs -> node_save_logs
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 ebb7e40a7b742f265e25e0bfcb591119440c7c30
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Thu Oct 13 01:27:51 2016 +0200
reproducible_openwrt|lede: rename save_logs -> node_save_logs
In prepation to call it from outside
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_openwrt_common.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index 1789ae7..23c2668 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -74,7 +74,7 @@ create_results_dirs() {
mkdir -p $BASE/$project/dbd
}
-save_logs() {
+node_save_logs() {
local TYPE=$1
local RUN=$2
@@ -297,7 +297,7 @@ openwrt_build() {
[ "$TYPE" = "openwrt" ] && save_openwrt_results $RUN
# copy logs
- save_logs $TYPE $RUN
+ node_save_logs $TMPDIR/build_logs.tar.xz $TMPBUILDDIR
# clean up between builds
openwrt_cleanup
--
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