checkperms: Add a --file-list option.
And use it from //PRESUBMIT.py instead of passing --file <file> for each file that needs to be processed. The idea is to read the list of files we want to process from a text file instead of reading everything from the command-line. web-platform-test imports were hitting an "argument list too long" error because there's a particularly huge import with several directories being renamed; at one point, we ended up with a command-line with ~260k characters. Bug: 780055, 780629 Change-Id: Ib1c8b902c42ade77ccbd2662905301d7f766f9d9 Reviewed-on: https://chromium-review.googlesource.com/751504Reviewed-by:Aaron Gable <agable@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#515960}
Showing
Please register or sign in to comment