Files
@ 85d812ab4c64
Branch filter:
Location: kallithea/pytest.ini
85d812ab4c64
328 B
text/x-ini
api: allow pulling from a custom remote
The 'pull' API call would currently pull from the configured repository
remote or the fork origin in case of a fork.
This commit allows to specify an optional 'clone_uri' parameter to the API
call that will be used during the pull.
The 'pull' API call would currently pull from the configured repository
remote or the fork origin in case of a fork.
This commit allows to specify an optional 'clone_uri' parameter to the API
call that will be used during the pull.