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. -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici wb2una [email protected]

