#276 RFE: fedpkg fork
Closed: Fixed by onosek. Opened by churchyard.

Hi, I'd very much like to have a fedpkg fork command, that would:

  1. fork the repository on https://src.fedoraproject.org/ on my behalf
  2. add a remote (use my FAS username as the remote name) with the fork

Forking from Python: https://pagure.io/mass-pagure-prs/blob/master/f/mass_pagure_prs/pagure_fork.py

Adding the remote: git remote add ${1:-$(whoami)} ssh://pkgs.fedoraproject.org/forks/${1:-$(whoami)}/rpms/$(basename $(git rev-parse --show-toplevel)).git

Thanks for considering.


Metadata Update from @cqi:
- Issue set to the milestone: NEXT

Metadata Update from @cqi:
- Issue tagged with: RFE

Commit fbfc3414 fixes this issue

Awesome!

Hah! I just showed up to request this feature, and almost filed a dupe since this one's already closed. (And because, as has been discussed in issues there, Pagure kind of hides its search.)

Looking forward to relying on this as heavily as I do the equivalent hub command.

Metadata Update from @onosek:
- Issue set to the milestone: 1.38 (was: NEXT)

Metadata
Related Pull Requests