From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Git fetch method not working right Date: Tue, 08 Apr 2014 15:23:37 +0200 Message-ID: <874n24kl9i.fsf@gnu.org> References: <877g70niec.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]:44530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXW0D-0008Hf-H0 for Guix-devel@gnu.org; Tue, 08 Apr 2014 09:23:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXW03-0001qT-RF for Guix-devel@gnu.org; Tue, 08 Apr 2014 09:23:49 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:57730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXW03-0001pr-KQ for Guix-devel@gnu.org; Tue, 08 Apr 2014 09:23:39 -0400 In-Reply-To: (Manolis Ragkousis's message of "Tue, 8 Apr 2014 13:17:14 +0000") 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: Manolis Ragkousis Cc: Guix-devel@gnu.org Manolis Ragkousis skribis: > Because I didn't change the sha256 hash after changing the commit > hash, it wasn't downloading the new one, but it was reusing the old > one already present from the previous builds. Ah right, that=E2=80=99s because /gnu/store is essentially a cache, so it considered that it already had the directory with that hash, and thus didn=E2=80=99t re-download it. > The moment I changed the sha256 hash to the correct one, it downloaded > the correct one and it worked. All ok now. Cool! Ludo=E2=80=99.