-
Bug
-
Resolution: Fixed
-
P3
-
10
-
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";