Ludovic Courtès writes: > Hello Guix! > > I’ve added a ‘.guix-authorizations’ file in maintenance.git, at last! > We can now authenticate the repository we’ve checked out: > > guix git authenticate 8a7e10b447b574279a7016ae6ea15bc7bcd46253 \ > "3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5" --stats > > It’s also possible to authenticate all changes made to the repo since > the first signed commit in July 2016 by running: > > guix git authenticate 7f59985566b384e31da7e6f1a36744e9edfba54f \ > "3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5" \ > --historical-authorizations=historical-authorizations > > If you ran the first command above before, you might want to clear your > authentication cache with: > > rm -rf ~/.cache/guix/authentication/checkouts > > Note that ‘.guix-authorizations’ is a subset of the one on the main Guix > repository, but we can add people as needed. I invite committers to > install the pre-push hook as mentioned in README: > > https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/README > > Happy hacking! > > Ludo’. I'm late to the party, but I notice that when I run this in guix-maintenance, I get an error: --8<---------------cut here---------------start------------->8--- $ guix git authenticate 8a7e10b447b574279a7016ae6ea15bc7bcd46253 "3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5" guix git: error: Git error: cannot locate remote-tracking branch 'keyring' --8<---------------cut here---------------end--------------->8--- Am I doing something wrong? -- Chris