From b0102c96e6dd5019d011f857a8b6b30c38f32c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BA=9A=E5=BC=BA?= Date: Thu, 11 Jun 2020 20:07:42 +0800 Subject: [PATCH 1/6] add education sig --- sig/sigs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sig/sigs.yaml b/sig/sigs.yaml index c29736773..8044cb2ea 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -3133,3 +3133,7 @@ sigs: - name: GNOME repositories: - src-openeuler/gnome-control-center +- name: Education + repositories: + - src-openeuler/taskjuggler + - src-openeuler/planner -- Gitee From 9940e057d32593b8f10831031c1cc0664b76ef15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BA=9A=E5=BC=BA?= Date: Thu, 11 Jun 2020 20:23:47 +0800 Subject: [PATCH 2/6] add education readme --- sig/education/README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 sig/education/README.md diff --git a/sig/education/README.md b/sig/education/README.md new file mode 100644 index 000000000..e9ff4c4b8 --- /dev/null +++ b/sig/education/README.md @@ -0,0 +1,40 @@ +# Education + +openEuler是一个开源、免费的Linux发行版平台,将通过开放的社区形式与全球的开发者共同构建一个开放、多元和架构包容的软件生态体系。同时,openEuler也是一个创新的平台,鼓励任何人在该平台上提出新想法、开拓新思路、实践新方案。 +education SIG的任务是为广泛的教育行业教师、学生、教育相关从业者提供这个领域范围内可用、好用的软件包集合,并致力于长期构建、维护和宣传该集合的软件包生态系统,以此支持学习者可以长期在教育相关领域将这些软件包作为实现教育相关的稳定工具; + +# 组织会议 + +- 公开的会议时间:北京时间,每周X 下午,XX点~XX点 + +待定...... + +# 成员 + +- 陈亚强[@yaqiangchen] + + +### Maintainer列表 + +- 陈亚强[@yaqiangchen] + +### Committer列表 + +Everyone could send patches to openeuler by mailing list. + +# 联系方式 + +- [邮件列表](dev@openeuler.org) +- [IM](#openeuler-dev) + +# 项目清单 + +项目名称: + +repository地址: +- https://gitee.com/src-openeuler/taskjuggler +- https://gitee.com/src-openeuler/planner + +# 常见问题 + +[FAQ](./faq.md) \ No newline at end of file -- Gitee From 66550196cec066f1680c575cef4071d39d8a0a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BA=9A=E5=BC=BA?= Date: Thu, 11 Jun 2020 20:45:49 +0800 Subject: [PATCH 3/6] add FAQ --- sig/education/FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sig/education/FAQ.md diff --git a/sig/education/FAQ.md b/sig/education/FAQ.md new file mode 100644 index 000000000..2117a953c --- /dev/null +++ b/sig/education/FAQ.md @@ -0,0 +1,6 @@ +## 下一步计划是什么? +- 移植taskjuggler、planner; + +## 后两步计划是什么? +- 移植Hamster时间管理工具 +- 移植gtg任务管理工具 -- Gitee From 7c1da1f5556d8058bee0bd06c0929a09ed05fdda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BA=9A=E5=BC=BA?= Date: Thu, 11 Jun 2020 21:09:37 +0800 Subject: [PATCH 4/6] add OWNERS --- sig/education/OWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sig/education/OWNERS diff --git a/sig/education/OWNERS b/sig/education/OWNERS new file mode 100644 index 000000000..8c7c08357 --- /dev/null +++ b/sig/education/OWNERS @@ -0,0 +1,2 @@ +maintainers: +- yaqiangchen \ No newline at end of file -- Gitee From bb2889620fe5b16ac212db325295eaca6e9a2613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BA=9A=E5=BC=BA?= Date: Fri, 12 Jun 2020 14:27:03 +0800 Subject: [PATCH 5/6] add taskjuggler and planner info --- repository/src-openeuler.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 25e8afb12..5cfdfa233 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -14987,3 +14987,15 @@ repositories: protected_branches: - master type: public +- name: taskjuggler + description: "TaskJuggler is a modern and powerful, Free and Open Source Software project management tool." + upstream: "https://taskjuggler.org/" + protected_branches: + - master + type: public + - name: planner + description: "planner is a graphical project management tool." + upstream: "http://live.gnome.org/Planner" + protected_branches: + - master + type: public \ No newline at end of file -- Gitee From 20d7b2986ddb88c7f77eb295bd70e8e8933a0cc2 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2020 20:46:48 -0700 Subject: [PATCH 6/6] add open-vm-tools repo --- repository/src-openeuler.yaml | 12 ++++++++++-- sig/sigs.yaml | 1 + 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 5cfdfa233..a0c7a12ba 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -14993,9 +14993,17 @@ repositories: protected_branches: - master type: public - - name: planner +- name: planner description: "planner is a graphical project management tool." upstream: "http://live.gnome.org/Planner" protected_branches: - master - type: public \ No newline at end of file + type: public +- name: open-vm-tools + description: "Open Virtual Machine Tools for virtual machines hosted on VMware" + upstream: "https://github.com/vmware/open-vm-tools" + protected_branches: + - master + type: public + + diff --git a/sig/sigs.yaml b/sig/sigs.yaml index 8044cb2ea..7d7b31f2f 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -911,6 +911,7 @@ sigs: - src-openeuler/qemu - src-openeuler/libvirt - src-openeuler/edk2 + - src-openeuler/open-vm-tools - name: Kernel repositories: - openeuler/kernel -- Gitee