#596 Fork a package using anonymous auth
Merged by onosek. Opened by onosek.
onosek/fedpkg anonymous_fork  into  master

Download 596.patch

When the repo is cloned anonymously (fedpkg clone -a), fork should work in the 'anonymous' mode as well. Fork API call is the same, but the added remote has a different address = https protocol instead of ssh.
Fedpkg detects whether fork is executed upon an anonymous repo. The User can force anonymous mode using (fedpkg fork -a) parameter.

Fixes: #574
JIRA: RHELCMP-14205

Signed-off-by: Ondřej Nosek onosek@redhat.com

rebased onto 6b7a8426030d9ca8179c13edccb13b783f81c1bf

Pull-Request has been merged by onosek

Metadata