From 869d9d25eb1feb10114bbc702afa24afbc29d58f Mon Sep 17 00:00:00 2001 From: Zhangxiaoyu Date: Wed, 1 Jul 2020 18:00:18 +0800 Subject: [PATCH] add clibcni.yaml file Signed-off-by: Zhangxiaoyu --- clibcni.spec | 2 +- clibcni.yaml | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 clibcni.yaml diff --git a/clibcni.spec b/clibcni.spec index 78d69b0..a492e7c 100644 --- a/clibcni.spec +++ b/clibcni.spec @@ -6,7 +6,7 @@ Release: %{_release} Summary: CNI - the Container Network Interface Group: System Environment/Libraries License: Mulan PSL v2 -URL: clibcni +URL: https://gitee.com/openeuler/clibcni Source0: %{name}-2.0.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version} diff --git a/clibcni.yaml b/clibcni.yaml new file mode 100644 index 0000000..f70f873 --- /dev/null +++ b/clibcni.yaml @@ -0,0 +1,41 @@ +--- +version_control: gitee +src_repo: openEuler/clibcni +tag_prefix: "^v" +seperator: "." +last_query: + time_stamp: 2020-07-01 17:57:03.951067211 +08:00 + raw_data: + { + "assets" : [ + { + "browser_download_url" : "https://gitee.com/openeuler/clibcni/repository/archive/v2.0.2" + } + ], + "author" : { + "avatar_url" : "https://gitee.com/assets/no_portrait.png", + "events_url" : "https://gitee.com/api/v5/users/duguhaotian/events{/privacy}", + "followers_url" : "https://gitee.com/api/v5/users/duguhaotian/followers", + "following_url" : "https://gitee.com/api/v5/users/duguhaotian/following_url{/other_user}", + "gists_url" : "https://gitee.com/api/v5/users/duguhaotian/gists{/gist_id}", + "html_url" : "https://gitee.com/duguhaotian", + "id" : 5595769, + "login" : "duguhaotian", + "name" : "haozi007", + "organizations_url" : "https://gitee.com/api/v5/users/duguhaotian/orgs", + "received_events_url" : "https://gitee.com/api/v5/users/duguhaotian/received_events", + "repos_url" : "https://gitee.com/api/v5/users/duguhaotian/repos", + "site_admin" : false, + "starred_url" : "https://gitee.com/api/v5/users/duguhaotian/starred{/owner}{/repo}", + "subscriptions_url" : "https://gitee.com/api/v5/users/duguhaotian/subscriptions", + "type" : "User", + "url" : "https://gitee.com/api/v5/users/duguhaotian" + }, + "body" : "- adapt merge iSula-libutils into lcr", + "created_at" : "2020-05-26T17:23:41+08:00", + "id" : 70690, + "name" : "v2.0.2", + "prerelease" : false, + "tag_name" : "v2.0.2", + "target_commitish" : "e2c2dcba4529eaeaabfa71d56b0832015b1f7978" + } -- Gitee