From adb0f81c75749d3279144c06f0c8cc9e0c09888e Mon Sep 17 00:00:00 2001 From: oidoming Date: May 11 2022 19:22:17 +0000 Subject: Change pagure repo url to package-updates --- diff --git a/utils/helpers.py b/utils/helpers.py index 42bb5a4..ddabf83 100755 --- a/utils/helpers.py +++ b/utils/helpers.py @@ -6,8 +6,8 @@ import koji import requests -PAGURE_REPO_API_URL = 'https://pagure.io/api/0/centos-sig-hyperscale/package-bugs/' -PAGURE_REPO_URL = 'https://pagure.io/centos-sig-hyperscale/package-bugs/' +PAGURE_REPO_API_URL = 'https://pagure.io/api/0/centos-sig-hyperscale/package-updates/' +PAGURE_REPO_URL = 'https://pagure.io/centos-sig-hyperscale/package-updates/' GIT_CENTOS_API_URL = 'https://git.centos.org/api/0/rpms/' GIT_CENTOS_URL = 'https://git.centos.org/rpms/'