Re: [PATCH v2] sb/reports: add sanitize parameter enabled for --mail

2020-04-05 Thread Chris Johns
On 2020-04-05 14:13, Gedare Bloom wrote: Adds a --sanitize option to command line for reports.py and also for the reports.report() interface from setbuilder.py to remove the Remotes information from git. Looks good to me. I have not tested it but I am OK to see this pushed. Chris _

[PATCH v2] sb/reports: add sanitize parameter enabled for --mail

2020-04-04 Thread Gedare Bloom
Adds a --sanitize option to command line for reports.py and also for the reports.report() interface from setbuilder.py to remove the Remotes information from git. Closes #3887. --- source-builder/sb/reports.py| 52 + source-builder/sb/setbuilder.py | 4 +-- 2