#276 RFE: fedpkg fork
Closed: Fixed 4 years ago by onosek. Opened 5 years ago 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

5 years ago

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

5 years ago

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)

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #369 Merged 4 years ago