aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-01-03 18:23:31 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-01-03 18:23:31 +0200
commitc0bacb7fd72c1f9e2023956c47d10b2a3f1acbd1 (patch)
treea43a48c1fba7cd236a42c7ba402d33948dc2b561
parent9bdbf47a7dc8e4a82d976d9f1a741a5932664010 (diff)
There should be one and only BUILD-INFO.txt per build.
Change-Id: I890772a5cba42e339ec99e17b21b144785a69998
-rwxr-xr-xnode/lava-submit6
1 files changed, 4 insertions, 2 deletions
diff --git a/node/lava-submit b/node/lava-submit
index 120508d..23a17b3 100755
--- a/node/lava-submit
+++ b/node/lava-submit
@@ -31,7 +31,9 @@ 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
+# There should be one and only BUILD-INFO.txt per build, and it should
+# include ACLs for all files at once.
+## Add BUILD-INFO.txt support for lava-job-info files
+#cp ${BUILD_SCRIPT_ROOT}/BUILD-INFO_lava.txt out/BUILD-INFO.txt
EOF