aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorGeorgy Redkozubov <georgy.redkozubov@linaro.org>2013-04-23 18:28:56 +0400
committerGeorgy Redkozubov <georgy.redkozubov@linaro.org>2013-04-23 18:28:56 +0400
commit8470b0ba007f93e3a36f4e8c93ffff366638d619 (patch)
treef59afec6c95caed4402d2e26f0a644c735dce92e /node
parent7d3eed00bc7fa35ac908ec38935bfe85901e5d0c (diff)
Workaround BUILD-INFO.txt merging issues
Diffstat (limited to 'node')
-rwxr-xr-xnode/lava-submit3
1 files changed, 3 insertions, 0 deletions
diff --git a/node/lava-submit b/node/lava-submit
index 992faf5..120508d 100755
--- a/node/lava-submit
+++ b/node/lava-submit
@@ -31,4 +31,7 @@ if ! "${BUILD_SCRIPT_ROOT}"/post-build-lava.py; then
fi
fi
+# Add BUILD-INFO.txt support for lava-job-info files
+cp ${BUILD_SCRIPT_ROOT}/BUILD-INFO_lava.txt out/BUILD-INFO.txt
+
EOF