So far x-pkg remote add command has been creating only anonymous remote records. Now it creates remotes for the given user. And this is the default option.
x-pkg remote add
JIRA: RHELCMP-7802 Fixes: #599
Signed-off-by: Ondřej Nosek onosek@redhat.com
@vondruch It's been some time already ... I am not sure whether it is the behavior you proposed and might be somehow useful.
pretty please pagure-ci rebuild
Changing the default behaviour is not great, but it is consistent with what clone does, so :thumbsup:
clone
True. But it is still marked as an experimental interface so we can afford this change. https://pagure.io/fork/onosek/rpkg/blob/93699ba3e24e0914feb69ef68bbdf1b12289f200/f/pyrpkg/cli.py#_1402
Not sure if I am the best reviewer, but yes, that seems to address my RFE in #599
rebased onto f71c2be70ec1ae6c16983ab4f09aba31af8587ce
Pull-Request has been merged by onosek
So far
x-pkg remote addcommand has been creating only anonymousremote records. Now it creates remotes for the given user. And this
is the default option.
JIRA: RHELCMP-7802
Fixes: #599
Signed-off-by: Ondřej Nosek onosek@redhat.com