DescriptionAdd known_incompatible.py items to the blacklist in deps_whitelist.py
This allows the android_aosp bot to better model the behavior of
the automerger.
We add a 'android_rsync_build' method to
android_webview/buildbot/deps_whitelist.py
which returns all black listed paths (not just blacklisted deps)
and has a list output format (as opposed to dictionary format of
the other methods).
Then we add the 'all_incompatible_directories' option to
android_webview/tools/webview_licenses.py to get all the
incompatible directories rather that just the unknown
ones. This exposes the same code the automeger uses directly as
a command line argument.
BUG=311868
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276639
Patch Set 1 #Patch Set 2 : Fix path. #Patch Set 3 : Remove leading dot. #
Total comments: 7
Patch Set 4 : Update for feedback. #Messages
Total messages: 11 (0 generated)
|