-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 10
-
Component/s: infrastructure
-
None
-
b22
The filter for excluding webrev only does it from the root level, if users create a webrev on the root of another subrepo, this will be included in the source bundle created by JIB.
The current filter is:
data.src_bundle_excludes = "./build webrev .hg */.hg */*/.hg */*/*/.hg";
The current filter is:
data.src_bundle_excludes = "./build webrev .hg */.hg */*/.hg */*/*/.hg";