From 20479666b16ebf5417e2fdd25c6e0a688a965415 Mon Sep 17 00:00:00 2001 From: xiongwei 00316594 Date: Tue, 25 Feb 2020 23:25:09 -0500 Subject: [PATCH 1/5] Apply to setup dev-utils SIG --- repository/src-openeuler.yaml | 22 ++++++++++++- sig/dev-utils/OWNERS | 7 ++++ sig/dev-utils/README.md | 53 +++++++++++++++++++++++++++++++ sig/dev-utils/sig-dev-utils.md | 49 ++++++++++++++++++++++++++++ sig/dev-utils/sig-dev-utils_cn.md | 19 +++++++++++ sig/sigs.yaml | 10 +++++- 6 files changed, 158 insertions(+), 2 deletions(-) create mode 100644 sig/dev-utils/OWNERS create mode 100644 sig/dev-utils/README.md create mode 100644 sig/dev-utils/sig-dev-utils.md create mode 100644 sig/dev-utils/sig-dev-utils_cn.md diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index f20af621b..62ddef257 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -12517,4 +12517,24 @@ repositories: - name: vdsm-jsonrpc-java description: "" protected_branches: - - master \ No newline at end of file + - master +- name: cloc + description: "program line number counting tool" + protected_branches: + - master +- name: bcc + description: "Tools for BPF-based Linux IO analysis, networking, monitoring, and more" + protected_branches: + - master +- name: flamegraph + description: "Turn perf info to flame graph" + protected_branches: + - master +- name: netperf + description: "Network performance tools" + protected_branches: + - master +- name: iperf + description: "The ultimate speed test tool for TCP, UDP and SCTPThe ultimate speed test tool for TCP, UDP and SCTP" + protected_branches: + - master diff --git a/sig/dev-utils/OWNERS b/sig/dev-utils/OWNERS new file mode 100644 index 000000000..7784121cf --- /dev/null +++ b/sig/dev-utils/OWNERS @@ -0,0 +1,7 @@ +maintainers: + - myeuler + - love_hangzhou + - forrest_ly + - licihua + - ethan848 + - fcwicky diff --git a/sig/dev-utils/README.md b/sig/dev-utils/README.md new file mode 100644 index 000000000..400c321c2 --- /dev/null +++ b/sig/dev-utils/README.md @@ -0,0 +1,53 @@ +***注意:本文档所有的斜体内容,请在完成时删除*** + +# SIG名称 + +*<请在此描述SIG的范围、工作职责和目标,可以直接用sig-template.md内描述的第一个章节>,* + + + +# 组织会议 + +- 公开的会议时间:北京时间,每周X 下午,XX点~XX点 + +*<请在此给出SIG会议的时间>* + + + +# 成员 + +*<请在此给出团队成员的列表>* + +### Maintainer列表 + +- xiongwei[@myeuler] + + + +### Committer列表 + +- xiongwei[@myeuler] + + + +# 联系方式 + +*<如果需要单独申请邮件列表,请在此补充邮箱名称:sig-yousigname@openeuler.org>* + +- [邮件列表](sig-yoursigname@openeuler.org) +- [IRC公开会议]() + + + + + +# 项目清单 + +*<项目名称和申请表格一致,具体地址可以在申请下来以后在刷新>* + +项目名称: + +repository地址: + +- +- diff --git a/sig/dev-utils/sig-dev-utils.md b/sig/dev-utils/sig-dev-utils.md new file mode 100644 index 000000000..fd88adf65 --- /dev/null +++ b/sig/dev-utils/sig-dev-utils.md @@ -0,0 +1,49 @@ + +# Application to create a new SIG +English | [简体中文](./sig-template_cn.md) + + +Note: The Charter of this SIG follows the convention described in the openEuler charter [README] (/en/governance/README.md), and follows [SIG-governance] (/en/technical-committee/governance/SIG-governance.md). + +## SIG Mission and Scope + +For Linux developers, they need some tools to help development work, which including performance tunning tools, development facilities tools, debuging tools and so on. For example, sar, bcc, iperf, cloc, netperf, and so on. This SIG will do those kind of tools integration job. During the integration process, those tools may depend on some libs or SDK, the SIG will provide those libs or SDK as well, or require other SIGs to provide help. + + +### Deliverables +All tools should delivery all info reqired by source rpm, which includs spec file, source tgz file, patch files, and other necessary files. Those file can be built by rpmbuild system and create rpm binary. The spec should follow openEuler spec reference. + +### Repositories and description managed by this SIG + + +### Cross-domain and external-oriented processes + +Cross-domain and externally-oriented processes and actions defined and implemented by this SIG: + +- Non-Internal Process Checklist + +- The organization guidance plan for the entire openEulerSIG owned by this SIG, etc. + + +## Basic Information + +### Project Introduction +    https: /gitee.com/openeuler/community/sig/sig-xxxx/ + +***Tips***: After the SIG is successfully created, https: /gitee.com/openeuler/community/sig/sig-xxxx/ management will be managed by the Maintainer, and the project team can enrich their project introduction, including but not limited to the following content. +``` +### Maintainers +- myeuler + +### Committers +- myeuler + +### Mailing list + +### IRC Channel + +### Conference Information + +### External Contact +``` + diff --git a/sig/dev-utils/sig-dev-utils_cn.md b/sig/dev-utils/sig-dev-utils_cn.md new file mode 100644 index 000000000..73e9d7943 --- /dev/null +++ b/sig/dev-utils/sig-dev-utils_cn.md @@ -0,0 +1,19 @@ + +# 新建SIG申请 +[English](./sig-template.md) | 简体中文 + + +说明:本SIG的Charter内容遵循openEuler章程 [README](/zh/governance/README.md)中描述的约定,使用[SIG-governance](/zh/technical-committee/governance/SIG-governance.md)中概述的角色和组织管理。 + +## SIG组工作目标和范围 +为openEuler社区提供开发者工具,调测工具等,例如,sar, bcc,cloc, netperf等,方便开发者使用。 + + + + ### 该SIG管理的repository及描述 + + + + ### 跨领域和面向外部的流程 +在提供tools的过程中,需要对相关的依赖包,SDK等一并提供,如果有需要周边SIG协同的,协同相关SIG组来提供。 + diff --git a/sig/sigs.yaml b/sig/sigs.yaml index 27cf6db98..b2bc9c656 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -3874,4 +3874,12 @@ sigs: - src-openeuler/v2v-conversion-host - src-openeuler/vcredist - src-openeuler/vdsm - - src-openeuler/vdsm-jsonrpc-java \ No newline at end of file + - src-openeuler/vdsm-jsonrpc-java +- name: dev-utils + - src-openeuler/cloc + - src-openeuler/flamegraph + - src-openeuler/netperf + - src-openeuler/sar + - src-openeuler/iperf + - src-openeuler/bcc + -- Gitee From b8157b3302135326eb23558109a20848ac49c7eb Mon Sep 17 00:00:00 2001 From: xiongwei 00316594 Date: Wed, 26 Feb 2020 12:38:18 -0500 Subject: [PATCH 2/5] add public and maintainer --- repository/src-openeuler.yaml | 5 +++++ sig/dev-utils/OWNERS | 2 ++ 2 files changed, 7 insertions(+) diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 62ddef257..0ca549683 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -12522,19 +12522,24 @@ repositories: description: "program line number counting tool" protected_branches: - master + type: public - name: bcc description: "Tools for BPF-based Linux IO analysis, networking, monitoring, and more" protected_branches: - master + type: public - name: flamegraph description: "Turn perf info to flame graph" protected_branches: - master + type: public - name: netperf description: "Network performance tools" protected_branches: - master + type: public - name: iperf description: "The ultimate speed test tool for TCP, UDP and SCTPThe ultimate speed test tool for TCP, UDP and SCTP" protected_branches: - master + type: public diff --git a/sig/dev-utils/OWNERS b/sig/dev-utils/OWNERS index 7784121cf..fcc321e77 100644 --- a/sig/dev-utils/OWNERS +++ b/sig/dev-utils/OWNERS @@ -5,3 +5,5 @@ maintainers: - licihua - ethan848 - fcwicky + - overweight + - yanan-rock -- Gitee From c8026d35345d393bb8694c9bdc9ffebbcefbeba9 Mon Sep 17 00:00:00 2001 From: xiongwei 00316594 Date: Wed, 26 Feb 2020 12:41:59 -0500 Subject: [PATCH 3/5] add jingxiaolu --- sig/dev-utils/OWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/sig/dev-utils/OWNERS b/sig/dev-utils/OWNERS index fcc321e77..4f3283d46 100644 --- a/sig/dev-utils/OWNERS +++ b/sig/dev-utils/OWNERS @@ -7,3 +7,4 @@ maintainers: - fcwicky - overweight - yanan-rock + - jingxiaolu -- Gitee From 68c7f03bc9e5f01c230dd8e66df1060362bf37c0 Mon Sep 17 00:00:00 2001 From: xiongwei 00316594 Date: Wed, 26 Feb 2020 13:34:06 -0500 Subject: [PATCH 4/5] fix README --- sig/dev-utils/README.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/sig/dev-utils/README.md b/sig/dev-utils/README.md index 400c321c2..433f1059a 100644 --- a/sig/dev-utils/README.md +++ b/sig/dev-utils/README.md @@ -2,21 +2,28 @@ # SIG名称 -*<请在此描述SIG的范围、工作职责和目标,可以直接用sig-template.md内描述的第一个章节>,* +*dev-utils SIG* +For dev-utils SIG, it will focus on those tools, SDK and libraries which help developers. # 组织会议 -- 公开的会议时间:北京时间,每周X 下午,XX点~XX点 - -*<请在此给出SIG会议的时间>* +- Meeting time: under schedule # 成员 +myeuler +love_hangzhou +forrest_ly +licihua +ethan848 +fcwicky +overweight +yanan-rock +jingxiaolu -*<请在此给出团队成员的列表>* ### Maintainer列表 @@ -32,10 +39,10 @@ # 联系方式 -*<如果需要单独申请邮件列表,请在此补充邮箱名称:sig-yousigname@openeuler.org>* +*Mail List* -- [邮件列表](sig-yoursigname@openeuler.org) -- [IRC公开会议]() +- [mail list](under schedule) +- [IRC](under schedule) @@ -43,7 +50,7 @@ # 项目清单 -*<项目名称和申请表格一致,具体地址可以在申请下来以后在刷新>* +*Project list* 项目名称: -- Gitee From 1a4dbf49766a02aa41550563317ce1c3ad41645b Mon Sep 17 00:00:00 2001 From: xiongwei 00316594 Date: Tue, 3 Mar 2020 23:10:56 -0500 Subject: [PATCH 5/5] remove package infor --- repository/src-openeuler.yaml | 25 ------------------------- sig/sigs.yaml | 6 ------ 2 files changed, 31 deletions(-) diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 0ca549683..620c97544 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -12518,28 +12518,3 @@ repositories: description: "" protected_branches: - master -- name: cloc - description: "program line number counting tool" - protected_branches: - - master - type: public -- name: bcc - description: "Tools for BPF-based Linux IO analysis, networking, monitoring, and more" - protected_branches: - - master - type: public -- name: flamegraph - description: "Turn perf info to flame graph" - protected_branches: - - master - type: public -- name: netperf - description: "Network performance tools" - protected_branches: - - master - type: public -- name: iperf - description: "The ultimate speed test tool for TCP, UDP and SCTPThe ultimate speed test tool for TCP, UDP and SCTP" - protected_branches: - - master - type: public diff --git a/sig/sigs.yaml b/sig/sigs.yaml index b2bc9c656..492afb6ab 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -3876,10 +3876,4 @@ sigs: - src-openeuler/vdsm - src-openeuler/vdsm-jsonrpc-java - name: dev-utils - - src-openeuler/cloc - - src-openeuler/flamegraph - - src-openeuler/netperf - - src-openeuler/sar - - src-openeuler/iperf - - src-openeuler/bcc -- Gitee