aboutsummaryrefslogtreecommitdiff
path: root/jdk8-update-src-tree.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-12-12 09:57:31 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-12-12 10:01:54 +0000
commitd4a341569eee989ecf4fbcc48cc18930189292bd (patch)
tree75fb2367c8b447d0a68adfea83092d90d13bda1b /jdk8-update-src-tree.yaml
parent834c31f666ad811a3a3f0f282ca825b691574479 (diff)
jdk: Add BOM file to update-src artifacts
We want to report the contents of the builds when generating email reports. Include BOM in artifacts. Change-Id: I9f8b2ffdaa1a8390fe96fe92e73db70705e1e190
Diffstat (limited to 'jdk8-update-src-tree.yaml')
-rw-r--r--jdk8-update-src-tree.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jdk8-update-src-tree.yaml b/jdk8-update-src-tree.yaml
index bf76fc9d..cc9a18e5 100644
--- a/jdk8-update-src-tree.yaml
+++ b/jdk8-update-src-tree.yaml
@@ -122,6 +122,8 @@
echo -e $x\\t$(cd $x; hg head --template '{node|short}\t' ; hg tags --template="{tag}\t{node|short}\n" | grep -ve '^tip' | head -n1) >>BOM
done
+ cp BOM $WORKSPACE/out
+
popd
: ${YEAR:=$(date +%Y)}