aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-06-28 18:55:12 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-06-28 19:02:35 +0300
commit08b86c0120665e46069c012cc74ae28d4a30c25d (patch)
tree586c2362112b660335076c738858b8557c6712ed
parente977d8b83085ad8278e8263581f7a80a677a3aed (diff)
Automatically create BUILD-INFO.txt for BUILD_COPYCAT.
BUILD-INFO.txt is fully open, but it's expected that BUILD_COPYCAT will be used only for such builds anyway (it simply won't be able to download protected files). Change-Id: Ib538650dbef9730c9972d8d10bb0fc16f9e98d3d
-rw-r--r--build-scripts/helpers7
1 files changed, 7 insertions, 0 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 3338d5c..a175688 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -135,6 +135,13 @@ download_another_build () {
wget -nv --no-check-certificate "$baseurl/source-manifest.xml" || true
wget -nv --no-check-certificate "$baseurl/pinned-manifest.xml" || true
popd
+ cat >out/BUILD-INFO.txt <<EOF
+Format-Version: 0.5
+
+Files-Pattern: *
+License-Type: open
+EOF
+
}
flatten_artifacts () {