Bug 1495378

Summary: Still tries to connect to pkgs.fedoraproject.org
Product: [Fedora] Fedora EPEL Reporter: Stephen John Smoogen <smooge>
Component: fedpkgAssignee: cqi
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel7CC: cqi, dennis, lsedlar, pbabinca, smooge, s
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-27 13:50:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Stephen John Smoogen 2017-09-26 00:12:57 UTC
Description of problem:

[smooge@smoogen-laptop ~]$ fedpkg clone vim
Cloning into 'vim'...
The authenticity of host 'pkgs.fedoraproject.org (<no hostip for proxy command>)' can't be established.
RSA key fingerprint is SHA256:Q12OTyTeOHWlS54dTzy2BNu7wB8UKNf18+7WHIDsORc.
Matching host key fingerprint found in DNS.
RSA key fingerprint is MD5:fe:2e:6a:86:f3:41:e7:03:95:ea:9c:7f:75:9c:ce:9d.
Matching host key fingerprint found in DNS.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'pkgs.fedoraproject.org' (RSA) to the list of known hosts.
remote: Counting objects: 15255, done.
remote: Compressing objects: 100% (11316/11316), done.
remote: Total 15255 (delta 6659), reused 9903 (delta 3926)
Receiving objects: 100% (15255/15255), 11.16 MiB | 2.54 MiB/s, done.
Resolving deltas: 100% (6659/6659), done.


fedpkg seems to connect to pkgs.fedoraproject.org for https and ssh which causes problems because pkgs is now src.fedoraproject.org



Additional info:

Comment 1 Stephen John Smoogen 2017-09-26 00:16:42 UTC
<nirik> 'fedpkg clone' will use ssh. 'fedpkg clone -a'  should use https://src. but uses git://pkgs

Comment 2 Stephen John Smoogen 2017-09-26 00:17:40 UTC
[smooge@fedora25 fedora-scm]$ fedpkg clone -a vim
Cloning into 'vim'...
fatal: unable to connect to pkgs.fedoraproject.org:
pkgs.fedoraproject.org[0: 209.132.181.4]: errno=No route to host

Could not execute clone: Command '['git', 'clone', 'git://pkgs.fedoraproject.org/rpms/vim', '--origin', 'origin']' returned non-zero exit status 128

Comment 3 cqi 2018-08-19 14:02:04 UTC
Still happen to you with latest fedpkg?

Comment 4 Stephen John Smoogen 2018-08-27 13:50:07 UTC
Thanks. It is now working.