From fc8932f0b2ab096ad3d329f176103bd259fafb65 Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Tue, 15 Sep 2020 11:38:33 +0800 Subject: [PATCH 1/3] add upstream-info/ndisc6.yaml --- upstream-info/ndisc6.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 upstream-info/ndisc6.yaml diff --git a/upstream-info/ndisc6.yaml b/upstream-info/ndisc6.yaml new file mode 100644 index 00000000..187ef735 --- /dev/null +++ b/upstream-info/ndisc6.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://git.remlab.net/git/ndisc6.git/ +tag_prefix: ^v +separator: . \ No newline at end of file -- Gitee From 81400603e30b35b5a60b3e8cf19f442aa7845295 Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Tue, 15 Sep 2020 11:40:32 +0800 Subject: [PATCH 2/3] add upstream-info/rt-thread.yaml --- upstream-info/rt-thread.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 upstream-info/rt-thread.yaml diff --git a/upstream-info/rt-thread.yaml b/upstream-info/rt-thread.yaml new file mode 100644 index 00000000..a4d48541 --- /dev/null +++ b/upstream-info/rt-thread.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: RT-Thread/rt-thread +tag_prefix: ^v +separator: . \ No newline at end of file -- Gitee From 12bff84ba669eecdb3850c40ee50a1d06ad27ce7 Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Tue, 15 Sep 2020 12:29:45 +0800 Subject: [PATCH 3/3] update upstream-info/ndisc6.yaml. --- upstream-info/ndisc6.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream-info/ndisc6.yaml b/upstream-info/ndisc6.yaml index 187ef735..ada90817 100644 --- a/upstream-info/ndisc6.yaml +++ b/upstream-info/ndisc6.yaml @@ -1,4 +1,4 @@ version_control: git -src_repo: https://git.remlab.net/git/ndisc6.git/ +src_repo: https://git.remlab.net/git/ndisc6.git tag_prefix: ^v separator: . \ No newline at end of file -- Gitee