On Tue, 2021-04-27 at 10:12 -0500, Brian Stinson wrote:
Which version of centpkg do you have? We updated 0.6.3-1 (possibly still in updates-testing) to include publicly accessible URLs.
The 0.6.3-1 version presents the issue still, however the 0.6.4 version (presently in updates-testing) works as expected:
]$ sudo dnf --enablerepo updates-testing update centpkg centpkg-sig
]$ centpkg clone -b c9s centos-logos Cloning into 'centos-logos'... client_global_hostkeys_private_confirm: server gave bad signature for RSA key 0 remote: Enumerating objects: 6, done. remote: Counting objects: 100% (6/6), done. remote: Compressing objects: 100% (5/5), done. remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 0 Receiving objects: 100% (6/6), 7.32 KiB | 7.32 MiB/s, done.
]$ cd centos-logos/
]$ centpkg sources Downloading centos-logos-85.1.tar.xz ####################################################################### # 100.0%
]$ ll total 48940 -rw-rw-r--. 1 al al 50079044 Mar 12 14:32 centos-logos-85.1.tar.xz -rw-rw-r--. 1 al al 25286 May 1 10:04 centos-logos.spec -rw-rw-r--. 1 al al 165 May 1 10:04 sources
Amazing work.
Thanks.