8186218: Make JIB exclude webrev from all sub-repo levels when creating source bundles
authorctornqvi
Thu, 31 Aug 2017 10:46:42 -0400
changeset 46939 23c02a1b49ee
parent 46938 a8488a8b37fb
child 47001 9fa06d215236
8186218: Make JIB exclude webrev from all sub-repo levels when creating source bundles Reviewed-by: erikj, ihse
common/conf/jib-profiles.js
--- 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"