Reporting Issues
Bug 3746 - Update pytool LicenseCheck plugin to use temp directory for diff output file
Summary: Update pytool LicenseCheck plugin to use temp directory for diff output file
Status: RESOLVED FIXED
Alias: None
Product: EDK2
Classification: Unclassified
Component: Tools (show other bugs)
Version: Current
Hardware: All All
: Lowest normal
Assignee: Michael Kinney
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-23 11:44 UTC by Michael Kinney
Modified: 2022-01-14 20:27 UTC (History)
5 users (show)

See Also:
EDK II Code First industry standard specifications: ---
Branch URL:
Release(s) the issue is observed: EDK II Master
The OS the target platform is running: ---
Package: N/A
Release(s) the issues must be fixed: EDK II Master
Tianocore documents:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Kinney 2021-11-23 11:44:25 UTC
In #2986, EccCheck is updated to use a temp directory with 
one benefit being improved performance by using a temp directory
and --output option in git diff command to send diff output to
a file instead of stdout.  This reduces log size and also
improved performance by not generating the redundant diff
content in the stdout when stuart commands are run with
verbose output.

https://bugzilla.tianocore.org/show_bug.cgi?id=2986

Apply same technique from EccCheck to LicneseCheck when the 
git diff command is run.
Comment 1 Michael Kinney 2021-11-23 11:45:21 UTC
Assign to owner