From f5b00d1d042bd6445d15a2860fa07cd3600c1120 Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Mon, 7 Sep 2020 14:49:21 +0800 Subject: [PATCH 1/3] add upstream-info/atop.yaml. --- upstream-info/atop.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 upstream-info/atop.yaml diff --git a/upstream-info/atop.yaml b/upstream-info/atop.yaml new file mode 100644 index 00000000..0b2799fd --- /dev/null +++ b/upstream-info/atop.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: Atoptool/atop +tag_prefix: ^v +separator: . \ No newline at end of file -- Gitee From c52a41ec64ad949c26790083dfc778520ff3099b Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Mon, 7 Sep 2020 14:52:12 +0800 Subject: [PATCH 2/3] add upstream-info/CMSIS.yaml. --- upstream-info/CMSIS.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 upstream-info/CMSIS.yaml diff --git a/upstream-info/CMSIS.yaml b/upstream-info/CMSIS.yaml new file mode 100644 index 00000000..f4b5162c --- /dev/null +++ b/upstream-info/CMSIS.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: ARM-software/CMSIS_5 +tag_prefix: +separator: . \ No newline at end of file -- Gitee From 5e4162a3c1d0908864bca70b16ac8245c9c06c7e Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Mon, 7 Sep 2020 16:15:08 +0800 Subject: [PATCH 3/3] add upstream-info/inotify-tools.yaml. --- upstream-info/inotify-tools.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 upstream-info/inotify-tools.yaml diff --git a/upstream-info/inotify-tools.yaml b/upstream-info/inotify-tools.yaml new file mode 100644 index 00000000..748cdf35 --- /dev/null +++ b/upstream-info/inotify-tools.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: inotify-tools/inotify-tools +tag_prefix: +separator: . \ No newline at end of file -- Gitee