mbox

[bug#43285,0/3] Improve 'import-paths' tests and 'guix authenticate' interface

Message ID 20200908215837.32037-1-ludo@gnu.org
Headers show

Message

Ludovic Courtès Sept. 8, 2020, 9:58 p.m. UTC
Hi!

These patches are about improving testing around the ‘import-paths’
RPC and cleaning up the interface between ‘guix authenticate’ and
the daemon.

Ludo’.

Ludovic Courtès (3):
  store: Test 'import-paths' with unauthorized and unsigned nar bundles.
  doc: Distinguish the "nar bundle" format from "nar".
  daemon: Simplify interface with 'guix authenticate'.

 doc/guix.texi                 | 12 +++++-
 guix/nar.scm                  | 15 ++++----
 guix/scripts/authenticate.scm | 57 +++++++++------------------
 nix/libstore/local-store.cc   | 24 ++----------
 tests/store.scm               | 72 +++++++++++++++++++++++++++++++++++
 5 files changed, 113 insertions(+), 67 deletions(-)

Comments

Simon Tournier Sept. 8, 2020, 11:07 p.m. UTC | #1
Hi Ludo,

On Wed, 9 Sep 2020 at 00:16, Ludovic Courtès <ludo@gnu.org> wrote:

>   daemon: Simplify interface with 'guix authenticate'.

I guess that the subcommand is "guix git authenticate".  Well, I do
not know if it matters. :-)

Cheers,
simon
Ludovic Courtès Sept. 9, 2020, 7:03 a.m. UTC | #2
Hello!

zimoun <zimon.toutoune@gmail.com> skribis:

> On Wed, 9 Sep 2020 at 00:16, Ludovic Courtès <ludo@gnu.org> wrote:
>
>>   daemon: Simplify interface with 'guix authenticate'.
>
> I guess that the subcommand is "guix git authenticate".  Well, I do
> not know if it matters. :-)

No, it’s really ‘guix authenticate’, an internal command.  :-)

Ludo’.