[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50814] [PATCH 5/5] guix: git-authenticate: Fix authenticate-reposit
From: |
Maxime Devos |
Subject: |
[bug#50814] [PATCH 5/5] guix: git-authenticate: Fix authenticate-repository. |
Date: |
Thu, 30 Sep 2021 01:14:44 +0200 |
User-agent: |
Evolution 3.34.2 |
Attila Lendvai schreef op di 28-09-2021 om 18:24 [+0200]:
> [...]
> -(define* (commit-authorized-keys repository commit
> - #:optional (default-authorizations '()))
> - "Return the list of OpenPGP fingerprints authorized to sign COMMIT, based
> on
> -authorizations listed in its parent commits. If one of the parent commits
> -does not specify anything, fall back to DEFAULT-AUTHORIZATIONS."
> +(define (authorized-keys-at-commit repository commit default-authorizations)
> + "Return the list of authorized key fingerprints from the
> '.guix-authorizations'
> +file at the given commit."
Could 'default-authorizations' still be documented?
Anyway, I don't see any problems with this patch (ignoring the warning and the
docstrings), but I'm completely unfamiliar with the internals of channel
authentication, so I don't know what to look for. You'll need to find someone
else to review this.
Greetings,
Maxime
signature.asc
Description: This is a digitally signed message part
- [bug#50814] [PATCH 1/5] tests: Smarten up git repository testing framework., (continued)
- [bug#50814] [PATCH 1/5] tests: Smarten up git repository testing framework., Attila Lendvai, 2021/09/28
- [bug#50814] [PATCH 2/5] tests: Move keys into ./tests/keys/ and add a third ed25519 key., Attila Lendvai, 2021/09/28
- [bug#50814] [PATCH 4/5] guix: Prepare the UI for continuable &warning exceptions., Attila Lendvai, 2021/09/28
- [bug#50814] [PATCH 4/5] guix: Prepare the UI for continuable &warning exceptions., Maxime Devos, 2021/09/29
- [bug#50814] [PATCH 4/5] guix: Prepare the UI for continuable &warning exceptions., Attila Lendvai, 2021/09/29
- [bug#50814] [PATCH 4/5] guix: Prepare the UI for continuable &warning exceptions., Maxime Devos, 2021/09/29
- [bug#50814] [PATCH 4/5] guix: Prepare the UI for continuable &warning exceptions., Attila Lendvai, 2021/09/29
- [bug#50814] [PATCH 4/5] guix: Prepare the UI for continuable &warning exceptions., Maxime Devos, 2021/09/29
[bug#50814] [PATCH 3/5] tests: Add failing test for .guix-authorizations and channel intro., Attila Lendvai, 2021/09/28
[bug#50814] [PATCH 5/5] guix: git-authenticate: Fix authenticate-repository., Attila Lendvai, 2021/09/28
- [bug#50814] [PATCH 5/5] guix: git-authenticate: Fix authenticate-repository.,
Maxime Devos <=