From 1a4f40152020dac4bb04a65df9238bacac5abdba Mon Sep 17 00:00:00 2001 From: Liang Chenye Date: Sat, 9 May 2020 15:20:44 +0800 Subject: [PATCH 1/4] add 18 yamls Signed-off-by: Liang Chenye --- upstream-info/argcomplete.yaml | 5 +++++ upstream-info/configshell-fb.yaml | 5 +++++ upstream-info/container-selinux.yaml | 5 +++++ upstream-info/dnf.yaml | 5 +++++ upstream-info/esc.yaml | 5 +++++ upstream-info/hypothesis-python.yaml | 4 ++++ upstream-info/mongo-python-driver.yaml | 4 ++++ upstream-info/obs-build.yaml | 5 +++++ upstream-info/osc.yaml | 4 ++++ upstream-info/perl-BSSolv.yaml | 4 ++++ upstream-info/pyparted.yaml | 5 +++++ upstream-info/pyserial.yaml | 5 +++++ upstream-info/python-hwdata.yaml | 5 +++++ upstream-info/python-webencodings.yaml | 5 +++++ upstream-info/pyyaml.yaml | 4 ++++ upstream-info/rtslib-fb.yaml | 5 +++++ upstream-info/selinux-policy.yaml | 5 +++++ upstream-info/wheel.yaml | 4 ++++ 18 files changed, 84 insertions(+) create mode 100644 upstream-info/argcomplete.yaml create mode 100644 upstream-info/configshell-fb.yaml create mode 100644 upstream-info/container-selinux.yaml create mode 100644 upstream-info/dnf.yaml create mode 100644 upstream-info/esc.yaml create mode 100644 upstream-info/hypothesis-python.yaml create mode 100644 upstream-info/mongo-python-driver.yaml create mode 100644 upstream-info/obs-build.yaml create mode 100644 upstream-info/osc.yaml create mode 100644 upstream-info/perl-BSSolv.yaml create mode 100644 upstream-info/pyparted.yaml create mode 100644 upstream-info/pyserial.yaml create mode 100644 upstream-info/python-hwdata.yaml create mode 100644 upstream-info/python-webencodings.yaml create mode 100644 upstream-info/pyyaml.yaml create mode 100644 upstream-info/rtslib-fb.yaml create mode 100644 upstream-info/selinux-policy.yaml create mode 100644 upstream-info/wheel.yaml diff --git a/upstream-info/argcomplete.yaml b/upstream-info/argcomplete.yaml new file mode 100644 index 00000000..ef5be74e --- /dev/null +++ b/upstream-info/argcomplete.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: kislyuk/argcomplete +tag_prefix: ^v +seperator: . diff --git a/upstream-info/configshell-fb.yaml b/upstream-info/configshell-fb.yaml new file mode 100644 index 00000000..9a73e6d1 --- /dev/null +++ b/upstream-info/configshell-fb.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: open-iscsi/configshell-fb +tag_prefix: ^v +seperator: . diff --git a/upstream-info/container-selinux.yaml b/upstream-info/container-selinux.yaml new file mode 100644 index 00000000..2de1239b --- /dev/null +++ b/upstream-info/container-selinux.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: projectatomic/container-selinux +tag_prefix: ^v +seperator: . diff --git a/upstream-info/dnf.yaml b/upstream-info/dnf.yaml new file mode 100644 index 00000000..e383fe3a --- /dev/null +++ b/upstream-info/dnf.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: rpm-software-management/dnf +seperator: "." + diff --git a/upstream-info/esc.yaml b/upstream-info/esc.yaml new file mode 100644 index 00000000..21047022 --- /dev/null +++ b/upstream-info/esc.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: mjibson/esc +tag_prefix: ^v +seperator: . diff --git a/upstream-info/hypothesis-python.yaml b/upstream-info/hypothesis-python.yaml new file mode 100644 index 00000000..1e6d72a1 --- /dev/null +++ b/upstream-info/hypothesis-python.yaml @@ -0,0 +1,4 @@ +--- +version_control: github +src_repo: HypothesisWorks/hypothesis-python +seperator: . diff --git a/upstream-info/mongo-python-driver.yaml b/upstream-info/mongo-python-driver.yaml new file mode 100644 index 00000000..3cf7788f --- /dev/null +++ b/upstream-info/mongo-python-driver.yaml @@ -0,0 +1,4 @@ +--- +version_control: github +src_repo: mongodb/mongo-python-driver +seperator: . diff --git a/upstream-info/obs-build.yaml b/upstream-info/obs-build.yaml new file mode 100644 index 00000000..7e9990f3 --- /dev/null +++ b/upstream-info/obs-build.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: openSUSE/obs-build +tag_prefix: ^obs_ +seperator: . diff --git a/upstream-info/osc.yaml b/upstream-info/osc.yaml new file mode 100644 index 00000000..e6f200f1 --- /dev/null +++ b/upstream-info/osc.yaml @@ -0,0 +1,4 @@ +--- +version_control: github +src_repo: openSUSE/osc +seperator: . diff --git a/upstream-info/perl-BSSolv.yaml b/upstream-info/perl-BSSolv.yaml new file mode 100644 index 00000000..12b2d056 --- /dev/null +++ b/upstream-info/perl-BSSolv.yaml @@ -0,0 +1,4 @@ +--- +version_control: github +src_repo: openSUSE/perl-BSSolv +seperator: . diff --git a/upstream-info/pyparted.yaml b/upstream-info/pyparted.yaml new file mode 100644 index 00000000..27c04658 --- /dev/null +++ b/upstream-info/pyparted.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: rhinstaller/pyparted +tag_prefix: ^v +seperator: . diff --git a/upstream-info/pyserial.yaml b/upstream-info/pyserial.yaml new file mode 100644 index 00000000..e7826950 --- /dev/null +++ b/upstream-info/pyserial.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: pyserial/pyserial +tag_prefix: ^v +seperator: . diff --git a/upstream-info/python-hwdata.yaml b/upstream-info/python-hwdata.yaml new file mode 100644 index 00000000..64a203c6 --- /dev/null +++ b/upstream-info/python-hwdata.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: xsuchy/python-hwdata +tag_prefix: python-hwdata- +seperator: . diff --git a/upstream-info/python-webencodings.yaml b/upstream-info/python-webencodings.yaml new file mode 100644 index 00000000..3a2c772e --- /dev/null +++ b/upstream-info/python-webencodings.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: gsnedders/python-webencodings +tag_prefix: ^v +seperator: . diff --git a/upstream-info/pyyaml.yaml b/upstream-info/pyyaml.yaml new file mode 100644 index 00000000..ad08f1e2 --- /dev/null +++ b/upstream-info/pyyaml.yaml @@ -0,0 +1,4 @@ +--- +version_control: github +src_repo: yaml/pyyaml +seperator: . diff --git a/upstream-info/rtslib-fb.yaml b/upstream-info/rtslib-fb.yaml new file mode 100644 index 00000000..6e19a06d --- /dev/null +++ b/upstream-info/rtslib-fb.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: open-iscsi/rtslib-fb +tag_prefix: ^v +seperator: . diff --git a/upstream-info/selinux-policy.yaml b/upstream-info/selinux-policy.yaml new file mode 100644 index 00000000..405a2cc6 --- /dev/null +++ b/upstream-info/selinux-policy.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: fedora-selinux/selinux-policy +tag_prefix: ^v +seperator: . diff --git a/upstream-info/wheel.yaml b/upstream-info/wheel.yaml new file mode 100644 index 00000000..02228468 --- /dev/null +++ b/upstream-info/wheel.yaml @@ -0,0 +1,4 @@ +--- +version_control: github +src_repo: pypa/wheel +seperator: . -- Gitee From fe901655cc3434f25c9603deee4c17c133d12883 Mon Sep 17 00:00:00 2001 From: Liang Chenye Date: Sat, 9 May 2020 15:21:12 +0800 Subject: [PATCH 2/4] add a better template Signed-off-by: Liang Chenye --- template.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index 039325a9..391e2281 100644 --- a/template.yaml +++ b/template.yaml @@ -1 +1,5 @@ -git_repo: https://github.com/template/template.git +--- +version_control: git +src_repo: xxxx +tag_prefix: ^v +seperator: . -- Gitee From 4263b0681d16c0a5bc4d09aff340db7a98c32ccc Mon Sep 17 00:00:00 2001 From: Liang Chenye Date: Sat, 9 May 2020 15:21:51 +0800 Subject: [PATCH 3/4] remove pypared since we are using correct github url now Signed-off-by: Liang Chenye --- known-issues/pyparted.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 known-issues/pyparted.yaml diff --git a/known-issues/pyparted.yaml b/known-issues/pyparted.yaml deleted file mode 100644 index 2e6d6eeb..00000000 --- a/known-issues/pyparted.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -version_control: github -src_repo: rhboot/pyparted -tag_prefix: "^v" -seperator: "." -last_query: - time_stamp: 2020-04-26 09:40:41.225038530 +00:00 - raw_data: | - { - "message": "Not Found", - "documentation_url": "https://developer.github.com/v3/repos/releases/#list-releases-for-a-repository" - } -query_type: api.github.releases -- Gitee From caeef618d6c508e77aa2c0b40b403461cd0371b5 Mon Sep 17 00:00:00 2001 From: Liang Chenye Date: Sat, 9 May 2020 15:36:24 +0800 Subject: [PATCH 4/4] add pkcs11-helper Signed-off-by: Liang Chenye --- upstream-info/pkcs11-helper.git | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upstream-info/pkcs11-helper.git diff --git a/upstream-info/pkcs11-helper.git b/upstream-info/pkcs11-helper.git new file mode 100644 index 00000000..dd485943 --- /dev/null +++ b/upstream-info/pkcs11-helper.git @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: OpenSC/pkcs11-helper +tag_prefix: ^pkcs11-helper- +seperator: . -- Gitee