* [PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py
@ 2020-11-09 23:16 Heinrich Schuchardt
2020-11-10 14:18 ` [edk2-devel] " Laszlo Ersek
2020-11-16 1:37 ` Yuwei Chen
0 siblings, 2 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2020-11-09 23:16 UTC (permalink / raw)
To: Bob Feng, Liming Gao, EDK II Development; +Cc: Yuwei Chen, Heinrich Schuchardt
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3066
The SctPkg is managed in repository
https://github.com/tianocore/edk2-test.
Make SetupGit.py usable for this repository.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
BaseTools/Scripts/SetupGit.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/BaseTools/Scripts/SetupGit.py b/BaseTools/Scripts/SetupGit.py
index 4416111ac0a5..91814199bfb9 100644
--- a/BaseTools/Scripts/SetupGit.py
+++ b/BaseTools/Scripts/SetupGit.py
@@ -46,7 +46,10 @@ UPSTREAMS = [
'list': 'devel@edk2.groups.io', 'prefix': 'edk2-platforms'},
{'name': 'edk2-non-osi',
'repo': 'https://github.com/tianocore/edk2-non-osi.git',
- 'list': 'devel@edk2.groups.io', 'prefix': 'edk2-non-osi'}
+ 'list': 'devel@edk2.groups.io', 'prefix': 'edk2-non-osi'},
+ {'name': 'edk2-test',
+ 'repo': 'https://github.com/tianocore/edk2-test.git',
+ 'list': 'devel@edk2.groups.io', 'prefix': 'edk2-test'}
]
# The minimum version required for all of the below options to work
--
2.28.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py
2020-11-09 23:16 [PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py Heinrich Schuchardt
@ 2020-11-10 14:18 ` Laszlo Ersek
2020-11-16 1:37 ` Yuwei Chen
1 sibling, 0 replies; 4+ messages in thread
From: Laszlo Ersek @ 2020-11-10 14:18 UTC (permalink / raw)
To: devel, xypron.glpk, Bob Feng, Liming Gao
Cc: Yuwei Chen, Leif Lindholm (Nuvia address)
CC Leif
Thanks
Laszlo
On 11/10/20 00:16, Heinrich Schuchardt wrote:
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3066
>
> The SctPkg is managed in repository
> https://github.com/tianocore/edk2-test.
>
> Make SetupGit.py usable for this repository.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
> BaseTools/Scripts/SetupGit.py | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/BaseTools/Scripts/SetupGit.py b/BaseTools/Scripts/SetupGit.py
> index 4416111ac0a5..91814199bfb9 100644
> --- a/BaseTools/Scripts/SetupGit.py
> +++ b/BaseTools/Scripts/SetupGit.py
> @@ -46,7 +46,10 @@ UPSTREAMS = [
> 'list': 'devel@edk2.groups.io', 'prefix': 'edk2-platforms'},
> {'name': 'edk2-non-osi',
> 'repo': 'https://github.com/tianocore/edk2-non-osi.git',
> - 'list': 'devel@edk2.groups.io', 'prefix': 'edk2-non-osi'}
> + 'list': 'devel@edk2.groups.io', 'prefix': 'edk2-non-osi'},
> + {'name': 'edk2-test',
> + 'repo': 'https://github.com/tianocore/edk2-test.git',
> + 'list': 'devel@edk2.groups.io', 'prefix': 'edk2-test'}
> ]
>
> # The minimum version required for all of the below options to work
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py
2020-11-09 23:16 [PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py Heinrich Schuchardt
2020-11-10 14:18 ` [edk2-devel] " Laszlo Ersek
@ 2020-11-16 1:37 ` Yuwei Chen
2021-10-14 7:35 ` [edk2-devel] " Bob Feng
1 sibling, 1 reply; 4+ messages in thread
From: Yuwei Chen @ 2020-11-16 1:37 UTC (permalink / raw)
To: Heinrich Schuchardt, Feng, Bob C, Liming Gao, EDK II Development
Reviewed-by: Yuwei Chen<yuwei.chen@intel.com>
> -----Original Message-----
> From: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Sent: Tuesday, November 10, 2020 7:16 AM
> To: Feng, Bob C <bob.c.feng@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; EDK II Development <devel@edk2.groups.io>
> Cc: Chen, Christine <yuwei.chen@intel.com>; Heinrich Schuchardt
> <xypron.glpk@gmx.de>
> Subject: [PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3066
>
> The SctPkg is managed in repository
> https://github.com/tianocore/edk2-test.
>
> Make SetupGit.py usable for this repository.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
> BaseTools/Scripts/SetupGit.py | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/BaseTools/Scripts/SetupGit.py b/BaseTools/Scripts/SetupGit.py
> index 4416111ac0a5..91814199bfb9 100644
> --- a/BaseTools/Scripts/SetupGit.py
> +++ b/BaseTools/Scripts/SetupGit.py
> @@ -46,7 +46,10 @@ UPSTREAMS = [
> 'list': 'devel@edk2.groups.io', 'prefix': 'edk2-platforms'}, {'name': 'edk2-
> non-osi', 'repo': 'https://github.com/tianocore/edk2-non-osi.git',- 'list':
> 'devel@edk2.groups.io', 'prefix': 'edk2-non-osi'}+ 'list':
> 'devel@edk2.groups.io', 'prefix': 'edk2-non-osi'},+ {'name': 'edk2-test',+
> 'repo': 'https://github.com/tianocore/edk2-test.git',+ 'list':
> 'devel@edk2.groups.io', 'prefix': 'edk2-test'} ] # The minimum version
> required for all of the below options to work--
> 2.28.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py
2020-11-16 1:37 ` Yuwei Chen
@ 2021-10-14 7:35 ` Bob Feng
0 siblings, 0 replies; 4+ messages in thread
From: Bob Feng @ 2021-10-14 7:35 UTC (permalink / raw)
To: Yuwei Chen, devel
[-- Attachment #1: Type: text/plain, Size: 46 bytes --]
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
[-- Attachment #2: Type: text/html, Size: 58 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-10-14 7:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-09 23:16 [PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py Heinrich Schuchardt
2020-11-10 14:18 ` [edk2-devel] " Laszlo Ersek
2020-11-16 1:37 ` Yuwei Chen
2021-10-14 7:35 ` [edk2-devel] " Bob Feng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox