From 01ddd0bb076eaefffaf563c9db4fcfe8ce47264c Mon Sep 17 00:00:00 2001 From: initlove Date: Tue, 9 Jun 2020 10:57:51 +0800 Subject: [PATCH 1/2] update README.en.md. --- README.en.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.en.md b/README.en.md index 7eeaa27c..0dff3caa 100644 --- a/README.en.md +++ b/README.en.md @@ -3,6 +3,18 @@ #### Description Collection of automation tools for easily maintaining openEuler +| Pharse | Rules | Requires | Automatic | Data & Tool | +|------------------|-----------------------|---|---|------| +| 1.Select & Fetch | 1.1 Official Release | official git/svn.. url | from spec, from other package system | [Data Standard](./template.yaml), [Data Source](./upstream-info) | +| | 1.2 Best Version | release note、test、user feedback | newest/stable/official/compatible version | | +| | 1.3 Best Version Notify | issue/PR | auto issue/PR | | +| 2.Package | 2.1 Meta data | summary, deps ... | from spec, from other package system | | +| | 2.2 Check Old Patch (while updating) | drop upstreamed patch; check conflict | | +| 3.Modify | 3.1 CVE & CVE official fix | CVE notify & official patch/commit | | +| | 3.2 Patch upstream | upstream bugzilla/git URL | auto bugzilla/PR | | +| 4.Test | 4.1 Upstream Test & Feedback | upstream test entry & feedback channel | standard test entry & auto feedback | | +| 5.Release | TODO | | | + #### Software Architecture Software architecture description -- Gitee From f987fb0beded81bf660342783cde2ba5e5319c57 Mon Sep 17 00:00:00 2001 From: initlove Date: Tue, 9 Jun 2020 11:03:01 +0800 Subject: [PATCH 2/2] update README.en.md. add python to rpm description in README_en.md --- README.en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index 0dff3caa..fdbd3106 100644 --- a/README.en.md +++ b/README.en.md @@ -9,7 +9,8 @@ Collection of automation tools for easily maintaining openEuler | | 1.2 Best Version | release note、test、user feedback | newest/stable/official/compatible version | | | | 1.3 Best Version Notify | issue/PR | auto issue/PR | | | 2.Package | 2.1 Meta data | summary, deps ... | from spec, from other package system | | -| | 2.2 Check Old Patch (while updating) | drop upstreamed patch; check conflict | | +| | 2.2 Check Old Patch (while updating) | drop upstreamed patch; check conflict | | +| | 2.3 Python to RPM | way to build python package by pip | turn pip to rpm | | | 3.Modify | 3.1 CVE & CVE official fix | CVE notify & official patch/commit | | | | 3.2 Patch upstream | upstream bugzilla/git URL | auto bugzilla/PR | | | 4.Test | 4.1 Upstream Test & Feedback | upstream test entry & feedback channel | standard test entry & auto feedback | | -- Gitee