https://bugzilla.redhat.com/show_bug.cgi?id=1323186 Rick Tierney <rick.tierney@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo? --- Comment #86 from Rick Tierney <rick.tierney@xxxxxxxxx> --- I'm at the last stages of this BZ, but have been unable to push my changes to pkgs.fedoraproject.org. I followed the procedure starting here: https://fedoraproject.org/wiki/Join_the_package_collection_maintainers#Check_out_the_module 1. fedpkg clone opa-fmgui I was having problems with Ssh and this didn't work so I used http instead: git clone http://pkgs.fedoraproject.org/git/rpms/opa-fmgui.git 2. Once I had my empty package module I successfully ran the following: cd opa-fmgui fedpkg import opa-fmgui-10.1.0.0-112.fc25.src.rpm 3. Then I commited to the local branch git commit -m "Initial import (#1323186)." 4. But when I tried to push this to Fedora I got the following error: ssh: connect to host pkgs.fedoraproject.org port 22: Connection timed out fatal: Could not read from remote repository. Does Fedora use the default port 22 for SSH? Notes ----- * Created my ssh keys: ~/.ssh/id-rsa-fedora and ~/.ssh/id-rsa-fedora.pub * Added my private key to the local ssh-agent (confirmed sucesss with "ssh-add -l") * Added my public key to my account at: https://admin.fedoraproject.org/accounts * Ssh Configuration HOST *.fedoraproject.org fedorapeople.org *.fedorahosted.org IdentityFile ~/.ssh/id-rsa-fedora * Git Configuration - push won't work unless the "push" and "pushurl" fields are set correctly. By default these fields are ommitted, so I took my best guess; odds are these fields are wrong. [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = ssh://rjtierne@xxxxxxxxxxxxxxxxxxxxxx/rpms/opa-fmgui fetch = +refs/heads/*:refs/remotes/origin/* push = HEAD:refs/for/master pushurl = ssh://rjtierne@xxxxxxxxxxxxxxxxxxxxxx/rpms/opa-fmgui [branch "master"] remote = origin merge = refs/heads/master -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx