Re: OpenShift Origin v3.9.0 is now available

2018-04-01 Thread Aleksandar Lazic
Hi. looks like the file does not point to a valid repo. ``` curl -sSL $(curl -sSL https://storage.googleapis.com/origin-ci-test/releases/openshift/origin/v3.9.0/origin.repo |egrep baseurl|cut -d= -f2) NoSuchKeyThe specified key does not exist.No such object: origin-ci-test/logs/test_branch_origi

Re: OpenShift Origin v3.9.0 is now available

2018-04-01 Thread Nakayama Kenjiro
Although curl access gets NoSuchKey as you mentioned, dnf/yum can find and download RPMs without any problem. ``` $ sudo dnf repoquery --disablerepo=* --repofrompath=origin, https://storage.googleapis.com/origin-ci-test/logs/test_branch_origin_extended_conformance_gce_39/23/artifacts/rpms Added o

Re: OpenShift Origin v3.9.0 is now available

2018-04-01 Thread Clayton Coleman
Yum does not require the directory of the baseurl to exist as an http location. That’s just a convention from people hosting with older web servers like Apache. On Apr 1, 2018, at 9:39 AM, Nakayama Kenjiro wrote: Although curl access gets NoSuchKey as you mentioned, dnf/yum can find and downloa