Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkgdev commit: error: no known syncer support #43

Closed
oz123 opened this issue Jul 22, 2021 · 3 comments
Closed

pkgdev commit: error: no known syncer support #43

oz123 opened this issue Jul 22, 2021 · 3 comments

Comments

@oz123
Copy link

oz123 commented Jul 22, 2021

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?

@oz123
Copy link
Author

oz123 commented Jul 22, 2021

Found it:

sync-uri = git://git@github.com:oz123/oz123-overlay.git

Kind of confusing. That's not the git clone URI ... but it works.

@oz123 oz123 closed this as completed Jul 22, 2021
@vitaly-zdanevich
Copy link

But the official guru remote is git@git.gentoo.org:repo/proj/guru.git - how to solve this?

@vitaly-zdanevich
Copy link

Related PR pkgcore/pkgcore#434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants