-----Original Message-----
From: Viorel Munteanu <[email protected]>
Sent: Thursday, January 29, 2026 3:12 AM
To: [email protected]
Subject: Re: [gentoo-user] problem cloning git repo
La 28.01.2026 21:31, John Covici a scris:
> I am trying to clone the gentoo repo, using git.I tried to just do a
> clone using the git command, and that seemed to work, but now, using
> the normal emerge --sync, it complains that there is no signature on
> the top commit. How do I either put the signature there, or how do I
> properly start over from scratch?
>
> Here is my gentoo.conf in my repos directory:
>
> [DEFAULT]
> main-repo = gentoo
>
> [gentoo]
> location = /var/db/repos/gentoo
> sync-type = git
> ync-uri = https://anongit.gentoo.org/git/repo/gentoo.git
> auto-sync = yes
> sync-git-verify-commit-signature = yes
> sync-depth = 0
> sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
>
> # for daily squashfs snapshots
> #sync-type = squashdelta
> #sync-uri = mirror://gentoo/../snapshots/squashfs
>
> I would appreciate any suggestions on how to fix.
>
>
We also have this sync friendly link:
https://anongit.gentoo.org/git/repo/sync/gentoo.git
It's what the wiki recommends: https://wiki.gentoo.org/wiki/Portage_with_Git
Regards,
Viorel
OK, thanks for the hint, I think its working now.