From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Support for signed substitutes pushed Date: Thu, 3 Apr 2014 19:21:01 +0200 Message-ID: <20140403172101.GA10728@debian> References: <878urwzhpt.fsf@gnu.org> <87ha6fic8t.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVlKL-0006tM-EB for guix-devel@gnu.org; Thu, 03 Apr 2014 13:21:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVlKF-0007zz-Gs for guix-devel@gnu.org; Thu, 03 Apr 2014 13:21:21 -0400 Content-Disposition: inline In-Reply-To: <87ha6fic8t.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org Excellent work, thank you! On Sun, Mar 30, 2014 at 11:54:10PM +0200, Ludovic Courtès wrote: > Please run ‘make check’, try it, and report any problems. Note that > commit bf59c06 adds the public key used to sign substitutes from > hydra.gnu.org. This commit is GPG-signed by me, like this message. > It’s a 4096-bit RSA key (RSA, not Curve25519, so that users of > libgcrypt < 1.6 can use it too): Are we limited to exactly one signature, or could hydra.gnu.org sign with two keys, a legacy and a modern one? Andreas