]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Scripts/PatchCheck.py
BaseTools/PatchCheck.py: Add warning info for new binary files
authorHao Wu <hao.a.wu@intel.com>
Thu, 8 Jun 2017 06:57:48 +0000 (14:57 +0800)
committerHao Wu <hao.a.wu@intel.com>
Mon, 26 Jun 2017 01:34:11 +0000 (09:34 +0800)
commit6a69dd493728b08d65005b574429a291987d0e3b
tree11dc4aac34866a09750d30eaa1e5a9cb5739b431
parentaab57eff5a9cdf841f1e92bb1282040987d94ff7
BaseTools/PatchCheck.py: Add warning info for new binary files

The commit adds the detection of adding new binary files in a patch file
or in a commit.

The following warning messages will be appended at the end of the script
output:

WARNING - The following binary files will be added into the repository:
  <BinaryFile1>
  <BinaryFile2>
  ...

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Scripts/PatchCheck.py