From c0d21b41f4c37ca329e8ac584867e6abf9aed78c Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Fri, 14 Aug 2020 14:51:20 +0800 Subject: [PATCH 1/2] update upstream-info/abrt.yaml. --- upstream-info/abrt.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/upstream-info/abrt.yaml b/upstream-info/abrt.yaml index 6cd81cef..70edfb20 100644 --- a/upstream-info/abrt.yaml +++ b/upstream-info/abrt.yaml @@ -17,6 +17,17 @@ last_query: }, "node_id": "MDM6UmVmNzk1OTY1MjpyZWZzL3RhZ3MvYWJydC0yLjAuOC0zMC5lbDY=" }, + { + "name": "2.14.3", + "zipball_url": "https://api.github.com/repos/abrt/abrt/zipball/2.14.3", + "tarball_url": "https://api.github.com/repos/abrt/abrt/tarball/2.14.3", + "commit": { + "sha": "47a06bba8d5fdf341ee5600f1f38f4753f420777", + "url": "https://api.github.com/repos/abrt/abrt/commits/47a06bba8d5fdf341ee5600f1f38f4753f420777" + }, + "node_id": "MDM6UmVmNzk1OTY1MjpyZWZzL3RhZ3MvMi4xNC4z" + }, + { "name": "2.14.2", "zipball_url": "https://api.github.com/repos/abrt/abrt/zipball/2.14.2", -- Gitee From 25aa9fc4748612b14652e303b3fb3e470c243c87 Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Wed, 19 Aug 2020 17:34:07 +0800 Subject: [PATCH 2/2] add upstream-info/Linux DiskQuota.yaml. --- upstream-info/Linux DiskQuota.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upstream-info/Linux DiskQuota.yaml diff --git a/upstream-info/Linux DiskQuota.yaml b/upstream-info/Linux DiskQuota.yaml new file mode 100644 index 00000000..1f459e1a --- /dev/null +++ b/upstream-info/Linux DiskQuota.yaml @@ -0,0 +1,5 @@ +--- +version_control: sourceforge +src_repo: https://sourceforge.net/p/linuxquota/code/ci/master/tree/ +tag_prefix: "^" +separator: "." \ No newline at end of file -- Gitee