* Re: [edk2-devel] [PATCH v5 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
2020-04-29 21:53 Rebecca Cran
@ 2020-04-30 12:51 ` Laszlo Ersek
2020-04-30 13:04 ` Laszlo Ersek
0 siblings, 1 reply; 5+ messages in thread
From: Laszlo Ersek @ 2020-04-30 12:51 UTC (permalink / raw)
To: devel, rebecca; +Cc: Philippe Mathieu-Daude, Jordan Justen, Ard Biesheuvel
On 04/29/20 23:53, Rebecca Cran wrote:
> Generated mechanically with:
> find OvmfPkg -type f -exec sed -i -e 's/EFI_D_/DEBUG_/g' {} \;
>
> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH v5 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
2020-04-30 12:51 ` [edk2-devel] " Laszlo Ersek
@ 2020-04-30 13:04 ` Laszlo Ersek
2020-04-30 13:08 ` Laszlo Ersek
0 siblings, 1 reply; 5+ messages in thread
From: Laszlo Ersek @ 2020-04-30 13:04 UTC (permalink / raw)
To: devel, rebecca, Sean Brogan, Michael Kubacki, Michael Kinney
Cc: Philippe Mathieu-Daude, Jordan Justen, Ard Biesheuvel
(+Sean, Mike, Michael)
On 04/30/20 14:51, Laszlo Ersek wrote:
> On 04/29/20 23:53, Rebecca Cran wrote:
>> Generated mechanically with:
>> find OvmfPkg -type f -exec sed -i -e 's/EFI_D_/DEBUG_/g' {} \;
>>
>> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
>
> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
>
Submitted this patch for merging in
<https://github.com/tianocore/edk2/pull/569>.
The CI run failed with the following error:
"Unhandled: Not found SourceFolder:
/home/vsts/work/1/s/BaseTools/BaseToolsBuild"
https://github.com/tianocore/edk2/pull/569/checks?check_run_id=633226650
https://github.com/tianocore/edk2/pull/569/checks?check_run_id=633226688
https://github.com/tianocore/edk2/pull/569/checks?check_run_id=633226957
I don't know what to do about that.
Thanks
Laszlo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH v5 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
2020-04-30 13:04 ` Laszlo Ersek
@ 2020-04-30 13:08 ` Laszlo Ersek
0 siblings, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2020-04-30 13:08 UTC (permalink / raw)
To: devel, rebecca, Sean Brogan, Michael Kubacki, Michael Kinney
Cc: Philippe Mathieu-Daude, Jordan Justen, Ard Biesheuvel
On 04/30/20 15:04, Laszlo Ersek wrote:
> (+Sean, Mike, Michael)
>
> On 04/30/20 14:51, Laszlo Ersek wrote:
>> On 04/29/20 23:53, Rebecca Cran wrote:
>>> Generated mechanically with:
>>> find OvmfPkg -type f -exec sed -i -e 's/EFI_D_/DEBUG_/g' {} \;
>>>
>>> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
>>
>> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
>>
>
> Submitted this patch for merging in
> <https://github.com/tianocore/edk2/pull/569>.
>
> The CI run failed with the following error:
>
> "Unhandled: Not found SourceFolder:
> /home/vsts/work/1/s/BaseTools/BaseToolsBuild"
>
> https://github.com/tianocore/edk2/pull/569/checks?check_run_id=633226650
> https://github.com/tianocore/edk2/pull/569/checks?check_run_id=633226688
> https://github.com/tianocore/edk2/pull/569/checks?check_run_id=633226957
>
> I don't know what to do about that.
Now that I've looked again, the PR has been merged.
I don't understand why those errors were raised -- but now I also don't
understand why the PR was merged in spite of errors (of any kind).
Anyway, I'll run with the result: commit 70d5086c3274.
Thanks
Laszlo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH v5 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
[not found] <160A68F7AC397B8F.3323@groups.io>
@ 2020-05-10 0:14 ` Rebecca Cran
2020-05-11 15:43 ` Laszlo Ersek
0 siblings, 1 reply; 5+ messages in thread
From: Rebecca Cran @ 2020-05-10 0:14 UTC (permalink / raw)
To: devel; +Cc: Philippe Mathieu-Daude, Jordan Justen, Ard Biesheuvel,
Laszlo Ersek
On 4/29/20 3:53 PM, Rebecca Cran wrote:
> Generated mechanically with:
> find OvmfPkg -type f -exec sed -i -e 's/EFI_D_/DEBUG_/g' {} \;
Could I get a review on this please?
--
Rebecca Cran
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH v5 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
2020-05-10 0:14 ` [edk2-devel] [PATCH v5 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones Rebecca Cran
@ 2020-05-11 15:43 ` Laszlo Ersek
0 siblings, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2020-05-11 15:43 UTC (permalink / raw)
To: Rebecca Cran, devel; +Cc: Philippe Mathieu-Daude, Jordan Justen, Ard Biesheuvel
Hi Rebecca,
On 05/10/20 02:14, Rebecca Cran wrote:
> On 4/29/20 3:53 PM, Rebecca Cran wrote:
>
>> Generated mechanically with:
>> find OvmfPkg -type f -exec sed -i -e 's/EFI_D_/DEBUG_/g' {} \;
>
> Could I get a review on this please?
I both reviewed and merged this patch already, on April 30th; one day
after you posted the patch. Please see my related messages on the list
(also addressed to you personally):
(1) review:
https://edk2.groups.io/g/devel/message/58433
http://mid.mail-archive.com/aee69f0a-1094-26fe-a81e-441e1a2c49d9@redhat.com
(2) merge:
https://edk2.groups.io/g/devel/message/58436
http://mid.mail-archive.com/1ebde38a-7ae4-1bed-cbe6-b44b0e8dbab5@redhat.com
It is commit 70d5086c3274.
Thanks,
Laszlo
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-05-11 15:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <160A68F7AC397B8F.3323@groups.io>
2020-05-10 0:14 ` [edk2-devel] [PATCH v5 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones Rebecca Cran
2020-05-11 15:43 ` Laszlo Ersek
2020-04-29 21:53 Rebecca Cran
2020-04-30 12:51 ` [edk2-devel] " Laszlo Ersek
2020-04-30 13:04 ` Laszlo Ersek
2020-04-30 13:08 ` Laszlo Ersek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox