#394 fedpkg fork adds remote with broken URL
Closed: Fixed 3 years ago by onosek. Opened 3 years ago by churchyard.

[python-pyqtchart (5.13.1 %)]$ fedpkg fork
Fork of the repository has been created: https://src.fedoraproject.org/fork/churchyard/python-pyqtchart
[python-pyqtchart (5.13.1 %)]$ git push -u churchyard 5.13.1 
any@pkgs.fedoraproject.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
[python-pyqtchart (5.13.1 %)]$ git push -u churchyard 5.13.1 
any@pkgs.fedoraproject.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
[python-pyqtchart (5.13.1 %)]$ git remote -v
churchyard  ssh://any@pkgs.fedoraproject.org/forks/churchyard/rpms/python-pyqtchart.git (fetch)
churchyard  ssh://any@pkgs.fedoraproject.org/forks/churchyard/rpms/python-pyqtchart.git (push)
origin  ssh://churchyard@pkgs.fedoraproject.org/rpms/python-pyqtchart (fetch)
origin  ssh://churchyard@pkgs.fedoraproject.org/rpms/python-pyqtchart (push)

The remote URL should IMHO be either:

ssh://churchyard@pkgs.fedoraproject.org/forks/churchyard/rpms/python-pyqtchart.git 

or:

ssh://pkgs.fedoraproject.org/forks/churchyard/rpms/python-pyqtchart.git

Commit 0da2d94 fixes this issue

Could we get a 1.39 release with this fix? It's been months...

Metadata Update from @onosek:
- Issue set to the milestone: 1.39

3 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #400 Merged 3 years ago