From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: use of git-fetch Date: Wed, 22 Jul 2015 23:10:33 +0200 Message-ID: <87h9ov6gqe.fsf@gnu.org> References: 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]:55017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI1Hn-0006D5-KJ for guix-devel@gnu.org; Wed, 22 Jul 2015 17:10:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZI1Hi-0008IN-1v for guix-devel@gnu.org; Wed, 22 Jul 2015 17:10:43 -0400 In-Reply-To: (Federico Beffa's message of "Wed, 22 Jul 2015 18:32:45 +0200") 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: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > (sha256 > (base32 > "06mc7kh3fzdh2mqkyynjnp0xpv30yfaiik8bqv8z5b6hldji3cky")))) [...] > (sha256 > (base32 > "06mc7kh3fzdh2mqkyynjnp0xpv30yfaiik8bqv8z5b6hldji3cky")))) Both recipes are telling that they use the same source. So the daemon cleverly saves one download since it already has the thing with that hash on disk. See? :-) HTH, Ludo=E2=80=99.