From 7cf6f284555c1c3d396c3b862e15766d9337fd1e Mon Sep 17 00:00:00 2001 From: Zhenyu Zheng Date: Tue, 22 Nov 2022 19:44:34 +0800 Subject: [PATCH] Add omnivirt repo OmniVirt is a newly incubated developers' tool, it is used to create and manage openEuler development resources, it can provide uniformed user experiences across all platforms such as Windows, MacOS and Linux, it supports hardware like x86 and Aarch64. Signed-off-by: Zhenyu Zheng --- sig/Infrastructure/openeuler/o/omnivirt.yaml | 6 ++++++ sig/Infrastructure/sig-info.yaml | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 sig/Infrastructure/openeuler/o/omnivirt.yaml diff --git a/sig/Infrastructure/openeuler/o/omnivirt.yaml b/sig/Infrastructure/openeuler/o/omnivirt.yaml new file mode 100644 index 000000000..6884e8c14 --- /dev/null +++ b/sig/Infrastructure/openeuler/o/omnivirt.yaml @@ -0,0 +1,6 @@ +name: omnivirt +description: 'A tool to provide uniformed develop environment user experiences for openEuler developers across all platforms.' +branches: +- name: master + type: protected +type: public diff --git a/sig/Infrastructure/sig-info.yaml b/sig/Infrastructure/sig-info.yaml index 059d162f4..42dcd6000 100644 --- a/sig/Infrastructure/sig-info.yaml +++ b/sig/Infrastructure/sig-info.yaml @@ -54,3 +54,10 @@ repositories: - gitee_id: youyifeng name: youyifeng email: youyf2@chinatelecom.cn +- repo: + - openeuler/omnivirt + committers: + - gitee_id: ZhengZhenyu + name: Zheng Zhenyu + email: zheng.zhenyu@outlook.com + -- Gitee