public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [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

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