8186218: Make JIB exclude webrev from all sub-repo levels when creating source bundles
Reviewed-by: erikj, ihse
--- a/common/conf/jib-profiles.js Thu Aug 31 15:47:12 2017 +0200
+++ b/common/conf/jib-profiles.js Thu Aug 31 10:46:42 2017 -0400
@@ -200,7 +200,7 @@
data.configuration_make_arg = "CONF_NAME=";
// Exclude list to use when Jib creates a source bundle
- data.src_bundle_excludes = "./build webrev .hg */.hg */*/.hg */*/*/.hg";
+ data.src_bundle_excludes = "./build webrev* */webrev* */*/webrev* */*/*/webrev* .hg */.hg */*/.hg */*/*/.hg";
// Include list to use when creating a minimal jib source bundle which
// contains just the jib configuration files.
data.conf_bundle_includes = "*/conf/jib-profiles.* common/autoconf/version-numbers"