public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] BaseTools: minor PatchCheck.py fixes/changes
@ 2020-07-02 15:39 Leif Lindholm
  2020-07-02 15:39 ` [PATCH 1/2] BaseTools/PatchCheck.py: add exception for diff orderfile Leif Lindholm
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Leif Lindholm @ 2020-07-02 15:39 UTC (permalink / raw)
  To: devel; +Cc: Bob Feng, Liming Gao

1: https://github.com/tianocore/edk2/pull/549 failed to merge, since
   PatchCheck.py reports an error. Add BaseTools/Conf/diff.order to
   the same exception clause currently used for .gitmodules to permit
   the merge to progress.

2: On Debian 10, PatchCheck.py fails to run with the system default
   python (2). This patch fixes that.
   (This uses the improved version suggested by Bob.)

Leif Lindholm (2):
  BaseTools/PatchCheck.py: add exception for diff orderfile
  BaseTools: explicitly import email.header PatchCheck.py

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>

 BaseTools/Scripts/PatchCheck.py | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-03  7:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-02 15:39 [PATCH 0/2] BaseTools: minor PatchCheck.py fixes/changes Leif Lindholm
2020-07-02 15:39 ` [PATCH 1/2] BaseTools/PatchCheck.py: add exception for diff orderfile Leif Lindholm
2020-07-02 23:47   ` [edk2-devel] " Bob Feng
2020-07-02 15:39 ` [PATCH 2/2] BaseTools: explicitly import email.header PatchCheck.py Leif Lindholm
2020-07-02 15:48   ` [edk2-devel] " Bob Feng
2020-07-03  7:20 ` [PATCH 0/2] BaseTools: minor PatchCheck.py fixes/changes Bob Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox