Hi,
I tried using my own private overly with git:
# cat oz123-overlay.conf [oz123-overlay]
location = /var/db/repos/oz123-overlay
sync-type = git
clone-depth = 1
sync-depth = 1
sync-uri = git@github.com:oz123/oz123-overlay.git
auto-sync = yes
masters = gentoo
This results in:
$ pkgdev commit
pkgdev commit: error: no known syncer support: 'git@github.com:oz123/oz123-overlay.git'
Changing the git URI to https solves the issue:
sync-uri = git@github.com:oz123/oz123-overlay.git -> https://github.com/oz123/oz123-overlay.git
However, I would prefer using git URI. Is there something I can do?
Hi,
I tried using my own private overly with git:
This results in:
Changing the git URI to https solves the issue:
However, I would prefer using git URI. Is there something I can do?