[Ci-users] Accessing cbs.centos.org from inside CI

Tue May 10 13:38:50 UTC 2016
Colin Walters <walters at verbum.org>


On Tue, May 10, 2016, at 09:35 AM, Colin Walters wrote:
> ```
> [atomic-sig at slave01 ~]$ host cbs.centos.org
> cbs.centos.org has address 172.20.1.15
> [atomic-sig at slave01 ~]$ curl https://cbs.centos.org/repos/virt7-docker-common-candidate/x86_64/os/
> ^C
> ```
> 
> Just times out 

Argh!  It turns out it's https:// vs http://.  I broke it with:
https://github.com/CentOS/sig-atomic-buildscripts/pull/68

I can work around this for now by sed'ing the repo to use
http just inside the CI infra.