From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Paul Schmidt Subject: Re: substitutes mirror of 0.9.0 packages Date: Sun, 20 Dec 2015 14:22:13 +0100 Message-ID: <5676AB85.2090702@gmx.net> References: <5673D0EE.1010107@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAdwJ-000677-EH for guix-devel@gnu.org; Sun, 20 Dec 2015 08:22:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAdwF-0001qu-Db for guix-devel@gnu.org; Sun, 20 Dec 2015 08:22:19 -0500 Received: from mout.gmx.net ([212.227.15.19]:59294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAdwF-0001qp-3s for guix-devel@gnu.org; Sun, 20 Dec 2015 08:22:15 -0500 Received: from [192.168.1.247] ([77.8.234.167]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LfCX2-1aYg6I1SHo-00okm8 for ; Sun, 20 Dec 2015 14:22:14 +0100 In-Reply-To: <5673D0EE.1010107@gmx.net> 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: guix-devel@gnu.org On 12/18/2015 10:25 AM, Florian Paul Schmidt wrote: > http://fps.io:9999 > > The public key is: > > (public-key > (ecc > (curve Ed25519) > (q #AFF68C4E099401E85BE2D7375C1DB5E8A29F1DB83299038122AF5C0984099CF8#) > ) > ) In case you wondered about how to use this (which I just only found out myself ;)): Do $ sudo guix archive --authorize Then paste in the scheme expression for the key above and finish with ctrl-d. After that you can use e.g. guix package -i boost --substitute-urls="http://fps.io:9999" to install boost. Some more output of guix package might have been helpful in discovering this (something along the line of "Yo, you passed me a substituter URL but it haz no valid keyz dude!". And maybe even "Read the fine manual, especially section so and so"). Flo P.S.: Right now this seems to be a global thing. I had to authorize the key system wide. Is there a way to do it per user? Or even per user profile?