* [Patch] Readme.md: Update EDK II CI build branch name
@ 2019-11-12 1:44 Michael D Kinney
2019-11-12 3:38 ` [edk2-devel] " Sean
2019-11-12 7:52 ` Laszlo Ersek
0 siblings, 2 replies; 3+ messages in thread
From: Michael D Kinney @ 2019-11-12 1:44 UTC (permalink / raw)
To: devel
Cc: Sean Brogan, Bret Barkelew, Liming Gao, Andrew Fish, Laszlo Ersek,
Leif Lindholm
https://bugzilla.tianocore.org/show_bug.cgi?id=2315
Update Readme.md to indicate that that status badges are for
the edk2/master branch.
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
---
Readme.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Readme.md b/Readme.md
index acbcca88d3..594f16b207 100644
--- a/Readme.md
+++ b/Readme.md
@@ -17,7 +17,7 @@ for the UEFI and PI specifications from www.uefi.org.
<tr>
<td>Windows</td>
<td>VS2019</td>
- <td>edk2-ci</td>
+ <td>master</td>
<td>
<a href="https://dev.azure.com/tianocore/edk2-ci/_build/latest?definitionId=32&branchName=master">
<img src="https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/Windows%20VS2019%20CI?branchName=master"/></a>
@@ -34,7 +34,7 @@ for the UEFI and PI specifications from www.uefi.org.
<tr>
<td>Ubuntu</td>
<td>GCC</td>
- <td>edk2-ci</td>
+ <td>master</td>
<td>
<a href="https://dev.azure.com/tianocore/edk2-ci/_build/latest?definitionId=31&branchName=master">
<img src="https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/Ubuntu%20GCC5%20CI?branchName=master"/></a>
--
2.21.0.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [Patch] Readme.md: Update EDK II CI build branch name
2019-11-12 1:44 [Patch] Readme.md: Update EDK II CI build branch name Michael D Kinney
@ 2019-11-12 3:38 ` Sean
2019-11-12 7:52 ` Laszlo Ersek
1 sibling, 0 replies; 3+ messages in thread
From: Sean @ 2019-11-12 3:38 UTC (permalink / raw)
To: Michael D Kinney, devel
[-- Attachment #1: Type: text/plain, Size: 54 bytes --]
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
[-- Attachment #2: Type: text/html, Size: 60 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Patch] Readme.md: Update EDK II CI build branch name
2019-11-12 1:44 [Patch] Readme.md: Update EDK II CI build branch name Michael D Kinney
2019-11-12 3:38 ` [edk2-devel] " Sean
@ 2019-11-12 7:52 ` Laszlo Ersek
1 sibling, 0 replies; 3+ messages in thread
From: Laszlo Ersek @ 2019-11-12 7:52 UTC (permalink / raw)
To: Michael D Kinney, devel
Cc: Sean Brogan, Bret Barkelew, Liming Gao, Andrew Fish,
Leif Lindholm
On 11/12/19 02:44, Michael D Kinney wrote:
> https://bugzilla.tianocore.org/show_bug.cgi?id=2315
>
> Update Readme.md to indicate that that status badges are for
> the edk2/master branch.
>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Andrew Fish <afish@apple.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> Readme.md | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Readme.md b/Readme.md
> index acbcca88d3..594f16b207 100644
> --- a/Readme.md
> +++ b/Readme.md
> @@ -17,7 +17,7 @@ for the UEFI and PI specifications from www.uefi.org.
> <tr>
> <td>Windows</td>
> <td>VS2019</td>
> - <td>edk2-ci</td>
> + <td>master</td>
> <td>
> <a href="https://dev.azure.com/tianocore/edk2-ci/_build/latest?definitionId=32&branchName=master">
> <img src="https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/Windows%20VS2019%20CI?branchName=master"/></a>
> @@ -34,7 +34,7 @@ for the UEFI and PI specifications from www.uefi.org.
> <tr>
> <td>Ubuntu</td>
> <td>GCC</td>
> - <td>edk2-ci</td>
> + <td>master</td>
> <td>
> <a href="https://dev.azure.com/tianocore/edk2-ci/_build/latest?definitionId=31&branchName=master">
> <img src="https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/Ubuntu%20GCC5%20CI?branchName=master"/></a>
>
Acked-by: Laszlo Ersek <lersek@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-12 7:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-12 1:44 [Patch] Readme.md: Update EDK II CI build branch name Michael D Kinney
2019-11-12 3:38 ` [edk2-devel] " Sean
2019-11-12 7:52 ` Laszlo Ersek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox