aboutsummaryrefslogtreecommitdiff
path: root/jdk8-update-src-tree.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-12-12 11:29:12 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-12-12 11:29:12 +0000
commita774911a9b5eb841c99e3f06deace71e0949c0a3 (patch)
tree6f8d3f01d3db11bc2280d409ec3c3bc9d8f5fb48 /jdk8-update-src-tree.yaml
parentc4e80fa3670d06eaeffd7e9b39d22ed461d64d50 (diff)
jdk: Report tree in BOM
Use "hg paths default" to report the path from which the source is downloaded. Change-Id: If91026a4fa60616628c789529f4f064706668eb9
Diffstat (limited to 'jdk8-update-src-tree.yaml')
-rw-r--r--jdk8-update-src-tree.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jdk8-update-src-tree.yaml b/jdk8-update-src-tree.yaml
index cc9a18e55c..b711aa9516 100644
--- a/jdk8-update-src-tree.yaml
+++ b/jdk8-update-src-tree.yaml
@@ -117,7 +117,8 @@
## Pull out subdirectory HG versions
SUBREPOS=". corba jaxp jaxws langtools jdk hotspot nashorn"
- echo -e Subdir\\tHash\\t\\tTag\\tTag hash > BOM
+ echo BOM for $(hg paths default) > BOM
+ echo -e Subdir\\tHash\\t\\tTag\\tTag hash >> BOM
for x in $SUBREPOS; do
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