From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gTv6W-0005Dj-1D for guix-patches@gnu.org; Mon, 03 Dec 2018 15:46:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gTv6R-0006zr-9i for guix-patches@gnu.org; Mon, 03 Dec 2018 15:46:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55235) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gTv6Q-0006yb-9x for guix-patches@gnu.org; Mon, 03 Dec 2018 15:46:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gTv6Q-0007Yw-3l for guix-patches@gnu.org; Mon, 03 Dec 2018 15:46:02 -0500 Subject: [bug#33600] [PATCH 1/3] etc: Add "ci.guix.info.pub" public key file. Resent-Message-ID: References: <20181203155335.10629-1-ludo@gnu.org> From: Ricardo Wurmus In-reply-to: <20181203155335.10629-1-ludo@gnu.org> Date: Mon, 03 Dec 2018 21:44:45 +0100 Message-ID: <87y396gx1e.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33600@debbugs.gnu.org Ludovic Court=C3=A8s writes: > * etc/substitutes/ci.guix.info.pub: New file. > * Makefile.am (dist_pkgdata_DATA): Add it. > * guix/self.scm (miscellaneous-files): Add > "share/guix/ci.guix.info.pub". LGTM! --=20 Ricardo