guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Authenticating maintenance.git


From: Chris Marusich
Subject: Re: Authenticating maintenance.git
Date: Wed, 16 Jun 2021 00:20:19 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Ludovic Courtès <ludo@gnu.org> 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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]