Skip to content

rhv-4.4-manager-for-rhel-8-x86_64-source-rpms repo url has changed

Daniel Juarez requested to merge rhv_4.4_manager_for_rhel_8_source_rpms into master

We adapt the repourl to the same subdir as for the rpms.

Dear admins,

I thought you might be interested to know that we had a few sync errors against cdn.redhat.com repositories.

There are currently 1 problems that need addressing.

rhv-4.4-manager-for-rhel-8-x86_64-source-rpms: /certs/3184188042360253346.pem failed to auth to https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/4.4/source/SRPMS. A replacement cert was not found.


Best regards,
CERN Linux Droid
(on behalf of the friendly humans of Linux Support)

Proof:

[root@lxsoftadm28 ~]# for i in `ls /etc/cdn.redhat.com/*.pem`; do printf "$i returned http_code: "; curl \
> -k -E $i https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/rhv-manager/4.4/source/SRPMS/repodata/repomd.xml \
> --write-out %{http_code} --silent --output /dev/null; printf "\n"; done
/etc/cdn.redhat.com/1971273915703326979.pem returned http_code: 403
/etc/cdn.redhat.com/2574189359922386789.pem returned http_code: 403
/etc/cdn.redhat.com/3184188042360253346.pem returned http_code: 200
/etc/cdn.redhat.com/4333396096500643205.pem returned http_code: 403
/etc/cdn.redhat.com/5378820407501503083.pem returned http_code: 403
/etc/cdn.redhat.com/redhat-uep.pem returned http_code: 000

Merge request reports