On Fri, Jun 23, 2017 at 6:15 AM, Pat Riehecky riehecky@fnal.gov wrote:
https://git.centos.org/blob/centos-git-common.git/master/centos.git.repolist...
No longer appears to work following the outage:
I saw a conversation on IRC #centos-devel about the following line:
RPCURL = "https://git.centos.org/rpc?req=LIST_REPOSITORIES"
You now need to add a "/" after the "rpc" like:
https://git.centos.org/rpc/?req=LIST_REPOSITORIES
Akemi