From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: Git fetch method not working right Date: Tue, 8 Apr 2014 13:17:14 +0000 Message-ID: References: <877g70niec.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXVtx-0003sJ-ML for Guix-devel@gnu.org; Tue, 08 Apr 2014 09:17:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXVtr-00076T-Pd for Guix-devel@gnu.org; Tue, 08 Apr 2014 09:17:21 -0400 In-Reply-To: <877g70niec.fsf@gnu.org> 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: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Cc: Guix-devel@gnu.org 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. The moment I changed the sha256 hash to the correct one, it downloaded the correct one and it worked. All ok now.