changeset 46939:23c02a1b49ee

8186218: Make JIB exclude webrev from all sub-repo levels when creating source bundles Reviewed-by: erikj, ihse
author ctornqvi
date Thu, 31 Aug 2017 10:46:42 -0400
parents a8488a8b37fb
children 9fa06d215236
files common/conf/jib-profiles.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"