Erik,
I think this has broken the creation of the "release" file in the build.
It no longer contains the "hg" tag, presumably because all the .hg
directories that would have indicated hg was used have been stripped.
CI tests are failing for test/jdk/build/releaseFile/CheckSource.java
David
On 1/11/2018 10:26 PM, Magnus Ihse Bursie wrote:
On 2018-11-01 01:22, Erik Joelsson wrote:
This patch adds some useful excludes for jib source bundle creation,
which will help avoid sending in too much junk in Mach 5 jobs.
The strings are rewritten as arrays, which are now supported, as well
as using ** globs to match arbitrary directory depths. I've also
removed the no longer used .build dir from excludes.
http://cr.openjdk.java.net/~erikj/8213227/webrev.01/
Looks good to me.
/Magnus
Bug: https://bugs.openjdk.java.net/browse/JDK-8213227
/Erik