diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index f20af621bd1ccbdea4de15d81030c69f73305dac..620c97544fb40126f9d50f5925c15288d99e050d 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -12517,4 +12517,4 @@ repositories: - name: vdsm-jsonrpc-java description: "" protected_branches: - - master \ No newline at end of file + - master diff --git a/sig/dev-utils/OWNERS b/sig/dev-utils/OWNERS new file mode 100644 index 0000000000000000000000000000000000000000..4f3283d4622a8e4555586bd1ffbb4c57770c6bfd --- /dev/null +++ b/sig/dev-utils/OWNERS @@ -0,0 +1,10 @@ +maintainers: + - myeuler + - love_hangzhou + - forrest_ly + - licihua + - ethan848 + - fcwicky + - overweight + - yanan-rock + - jingxiaolu diff --git a/sig/dev-utils/README.md b/sig/dev-utils/README.md new file mode 100644 index 0000000000000000000000000000000000000000..433f1059a238bf3534b6d9020caa01d74e73c55e --- /dev/null +++ b/sig/dev-utils/README.md @@ -0,0 +1,60 @@ +***注意:本文档所有的斜体内容,请在完成时删除*** + +# SIG名称 + +*dev-utils SIG* +For dev-utils SIG, it will focus on those tools, SDK and libraries which help developers. + + + +# 组织会议 + +- Meeting time: under schedule + + + +# 成员 +myeuler +love_hangzhou +forrest_ly +licihua +ethan848 +fcwicky +overweight +yanan-rock +jingxiaolu + + +### Maintainer列表 + +- xiongwei[@myeuler] + + + +### Committer列表 + +- xiongwei[@myeuler] + + + +# 联系方式 + +*Mail List* + +- [mail list](under schedule) +- [IRC](under schedule) + + + + + +# 项目清单 + +*Project list* + +项目名称: + +repository地址: + +- +- diff --git a/sig/dev-utils/sig-dev-utils.md b/sig/dev-utils/sig-dev-utils.md new file mode 100644 index 0000000000000000000000000000000000000000..fd88adf65feb95543dfc72d45c8f8469a7a00120 --- /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 0000000000000000000000000000000000000000..73e9d7943f8a3ed967f3dc40eef9a8cb5c523938 --- /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 27cf6db98aa0bd0debb4dd072044e791865fe727..492afb6ab6e34a8e86086aef108a73290257af51 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -3874,4 +3874,6 @@ 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 +