summaryrefslogtreecommitdiffstats
path: root/tools/scripts/check_patches.py
Commit message (Collapse)AuthorAgeFilesLines
* tools: add check_patches.py script for checking patch annotationsAndras Becsi2014-07-031-0/+108
This script should be ran whenever adding new patches to our chromium snapshot and makes sure we keep the upstream build functional. Having clean patches is beneficial to keep it possible to upstream patches to the Chromium project, and to keep an overview of our changes. An annotation is not needed if the patch is adding files to the chromium snapshot that were removed by take_snapshot.py, thus are already present in the upstream repository. In these cases the non-annotated patch will be ignored by the scripts. Change-Id: I46605c559825d9da2653036e9a12a2a5730330a0 Reviewed-by: Michael Bruning <michael.bruning@digia.com>