From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Substitute Date: Wed, 25 Mar 2015 10:51:19 +0100 Message-ID: <87lhilxv54.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yahy9-0007Ee-Hd for guix-devel@gnu.org; Wed, 25 Mar 2015 05:51:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yahy5-00072i-Uz for guix-devel@gnu.org; Wed, 25 Mar 2015 05:51:25 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yahy5-00072Z-St for guix-devel@gnu.org; Wed, 25 Mar 2015 05:51:21 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:36859 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Yahy5-00040U-AJ for guix-devel@gnu.org; Wed, 25 Mar 2015 05:51:21 -0400 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 For aesthetic reasons, I=E2=80=99ve renamed =E2=80=98guix substitute-binary= =E2=80=99 to =E2=80=98guix substitute=E2=80=99. The cache directory, formerly /var/guix/substitute-bi= nary, has been renamed accordingly (you can rm -rf the old one.) In related news, commit c3a450f should speed things up by asking about fewer substitutes than before. Ludo=E2=80=99.