diff --git a/advisors/check_upstream.py b/advisors/check_upstream.py index 74238a713d64951c67d200d098b519300201af99..6560e64e1407f59f209751bc0bc7074c92b8c42e 100755 --- a/advisors/check_upstream.py +++ b/advisors/check_upstream.py @@ -452,11 +452,11 @@ def check_git(info, clean_tag=True): resp = load_last_query_result(info) if resp == "": url = yaml2url.yaml2url(info) - tag_date = __check_git_helper(url) + tag_data = __check_git_helper(url) last_query = {"time_stamp": datetime.now(), "raw_data": tag_data} info["last_query"] = last_query - if tag_date: + if tag_data: tags = clean_tags(tag_data, info) return tags diff --git a/upstream-info/ca-certificates.yaml b/upstream-info/ca-certificates.yaml index 22d6150157eca3f6eb2a0e7dd10c1e2feaacc2ca..f000784ed4216c18b9a93f32b162dc28dc6e5f40 100644 --- a/upstream-info/ca-certificates.yaml +++ b/upstream-info/ca-certificates.yaml @@ -1,6 +1,5 @@ --- -version_control: git -src_repo: https://src.fedoraproject.org/rpms/ca-certificates.git -tag_prefix: ca-certificates- -separator: "_" -git_url: https://src.fedoraproject.org/rpms/ca-certificates.git +version_control: NA +src_repo: NA +tag_prefix: NA +separator: NA