From 005076514069d035eb55c557c20f9b3abd5c4155 Mon Sep 17 00:00:00 2001 From: Jiachen Fan Date: Tue, 1 Sep 2020 14:48:57 +0800 Subject: [PATCH] init package introduction tools --- advisors/pkg_introduction_tools/README.md | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 advisors/pkg_introduction_tools/README.md diff --git a/advisors/pkg_introduction_tools/README.md b/advisors/pkg_introduction_tools/README.md new file mode 100644 index 00000000..da2377e5 --- /dev/null +++ b/advisors/pkg_introduction_tools/README.md @@ -0,0 +1,27 @@ +# openEuler-Advisor/advisors/pkg_introduction_tools + +## 1、介绍 + +pkg_introduction_tools的目标是为软件包的引入提供通用的提高效率的工具。 + +当前项目中值得关注的内容 + +1、持续导入已有工具,对已有工具进行归档。 + +## 2、后续计划 + +1、@solarhu 团队正在开发工具,计划提供 spec静态检查、rpm验证等一系列软件包引入工具。 + +2、针对各类软件包编写spec自动生成脚本。 + +## 3、工具使用说明: + +### 3.1 工具名 + +功能描述: + +适用场景: + +使用方法: + + -- Gitee