3055b3
@@ -1,5 +1,5 @@
[centpkg]
- lookaside = https://sources.stream.rdu2.redhat.com/sources
+ lookaside = https://sources.stream.centos.org/sources
lookasidehash = sha512
lookaside_cgi = https://sources.stream.rdu2.redhat.com/lookaside/upload.cgi
distgit_namespaced = True
Signed-off-by: Brian Stinson bstinson@redhat.com
Can we test this a few times before we merge? We need to test on the VPN and off.
No VPN connection:
(venv) [lrossett@localhost python-cryptography]$ centpkg --release c9s srpm Downloading cryptography-3.4.7.tar.gz Could not execute srpm: (6, 'Could not resolve host: sources.stream.rdu2.redhat.com')
Same command but connected to the VPN:
(venv) [lrossett@localhost python-cryptography]$ centpkg --release c9s srpm Downloading cryptography-3.4.7.tar.gz ######################################################################## 100.0% Downloading cryptography-3.4.7-vendor.tar.bz2 ######################################################################## 100.0% Wrote: /home/lrossett/Work/centos/centpkg/rpms/python-cryptography/python-cryptography-3.4.7-1.el9.src.rpm
Note: This is a change to centpkg.conf so if you're running from a venv, you'll need to copy it into /etc/rpkg/ to pick up the change
You can also change/use ~/.config/rpkg/centpkg.conf
~/.config/rpkg/centpkg.conf
which I just realized I didn't change so that's why I saw an error.
It is working for the correct url now, with and without using a VPN connection.
rebased onto 3055b37
Pull-Request has been merged by carlwgeorge
Released as part of 0.6.4.
Signed-off-by: Brian Stinson bstinson@redhat.com
Can we test this a few times before we merge? We need to test on the VPN and off.