bug#44104: [patch] guix publish: provide server's signing key.

2020-10-22 Thread Amar M. Singh
/scripts/publish.scm +++ b/guix/scripts/publish.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 David Thompson +;;; Copyright © 2020 by Amar M. Singh ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès ;;; ;;; This file is part of

bug#44104: [patch] guix/scripts/publish: share signing key

2020-10-20 Thread Amar M. Singh
pts/publish.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 David Thompson +;;; Copyright (C) 2020 by Amar M. Singh ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. @@ -686,6 +687,13 @@ to compress

bug#44104: guix publish should publish public key

2020-10-20 Thread Amar M. Singh
Guix Publish should also give you the key for the server. "Hi, Guix Publish speaking. Here is the authorization key" Thanks, Right now this is what i'm trying to work around.