From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Danckaert Subject: wrong key used for signing Date: Tue, 28 Mar 2017 10:25:06 +0200 (CEST) Message-ID: <20170328.102506.696688042063031627.post@thomasdanckaert.be> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csmRP-0006Ll-OK for guix-devel@gnu.org; Tue, 28 Mar 2017 04:25:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csmRL-0005Iw-RG for guix-devel@gnu.org; Tue, 28 Mar 2017 04:25:23 -0400 Received: from s02-out.spamexperts.axc.nl ([185.175.200.125]:53075) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1csmRL-0005Gz-LA for guix-devel@gnu.org; Tue, 28 Mar 2017 04:25:19 -0400 Received: from vserver42.axc.nl ([185.182.56.92]) by s02.spamexperts.axc.nl with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86) (envelope-from ) id 1csmRD-0006cl-7l for guix-devel@gnu.org; Tue, 28 Mar 2017 10:25:11 +0200 Received: from mail.axc.nl ([185.182.56.42]:45356 helo=mail.axc.eu) by vserver42.axc.nl with esmtp (Exim 4.89) (envelope-from ) id 1csmRC-0005AW-Hx for guix-devel@gnu.org; Tue, 28 Mar 2017 10:25:10 +0200 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" To: guix-devel@gnu.org I accidentally used the wrong key when signing my commits to core-updates yesterday. How can I fix this? A number of commits were already made on top of mine, so we'd need to rebase? These are the offending commits: b1a8fd2d2 gnu: libreoffice: Update to 5.3.1.2. 90ac806d3 gnu: orcus: Update to 0.12.1. b85b56dd7 gnu: libetonyek: Update to 0.1.6. 22e52dbd0 gnu: Add libstaroffice. cb3864392 gnu: ixion: Update to 0.12.2. 57144094b gnu: mdds: Upgrade to 1.2.2. 741916f11 gnu: Add libzmf. Thomas