From 8b157184116a8f7349e8f60ff00bfc64c97d9595 Mon Sep 17 00:00:00 2001 From: Zhangxiaoyu Date: Wed, 1 Jul 2020 17:30:32 +0800 Subject: [PATCH] add lcr.yaml file Signed-off-by: Zhangxiaoyu --- lcr.spec | 4 ++-- lcr.yaml | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 lcr.yaml diff --git a/lcr.spec b/lcr.spec index cf39742..dcc3ff4 100644 --- a/lcr.spec +++ b/lcr.spec @@ -5,8 +5,8 @@ Name: lcr Version: %{_version} Release: %{_release} -URL: lcr -Source: lcr-2.0.2.tar.gz +URL: https://gitee.com/openeuler/lcr +Source: lcr-%{version}.tar.gz Summary: Lightweight Container Runtime Group: Applications/System License: LGPLv2.1+ diff --git a/lcr.yaml b/lcr.yaml new file mode 100644 index 0000000..099932e --- /dev/null +++ b/lcr.yaml @@ -0,0 +1,41 @@ +--- +version_control: gitee +src_repo: openEuler/lcr +tag_prefix: "^v" +seperator: "." +last_query: + time_stamp: 2020-07-01 16:03:11.677912422 +08:00 + raw_data: + { + "assets": [ + { + "browser_download_url": "https://gitee.com/openeuler/lcr/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": "- merge iSula-libutils into lcr", + "created_at": "2020-05-26T17:23:17+08:00", + "id": 70689, + "name": "v2.0.2", + "prerelease": false, + "tag_name": "v2.0.2", + "target_commitish": "9c98c586048841369739c66ee1fdf72548fc1ed6" + } \ No newline at end of file -- Gitee