From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: liba52: Fix source URI. Date: Thu, 19 Mar 2015 09:54:15 +0100 Message-ID: <87egol74g8.fsf@gnu.org> References: <87bnjq628u.fsf@taylan.uni.cx> 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]:51982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYWDc-0000jU-V6 for guix-devel@gnu.org; Thu, 19 Mar 2015 04:54:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYWDZ-0000He-Od for guix-devel@gnu.org; Thu, 19 Mar 2015 04:54:20 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYWDZ-0000Ha-LB for guix-devel@gnu.org; Thu, 19 Mar 2015 04:54:17 -0400 In-Reply-To: <87bnjq628u.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Wed, 18 Mar 2015 11:14:57 +0100") 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: Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?= Cc: guix-devel@gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > Looks like the SourceForge mirror URI never worked for this package. Good catch. > I'm not sure how I missed that (I think I coincidentally had a > non-mirror URI, noticed it after being done with the package, then > "fixed" it to use a mirror URI and didn't properly test if it works). Yes, once an origin is in store, it is not re-downloaded. So it=E2=80=99s = easy to get the URI wrong. =E2=80=98guix lint=E2=80=99 should help with that. > From 87829d1b612035fcc54880b76eb6689ab99ebfb3 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Taylan=3D20Ulrich=3D20Bay=3DC4=3DB1rl=3DC4=3DB1/Kammer?= =3D > > Date: Wed, 18 Mar 2015 10:52:37 +0100 > Subject: [PATCH] gnu: liba52: Fix source URI. > > * gnu/packages/video.scm (liba52): Fix the source URI; SourceForge mirror= URIs > don't work for this project presumably because it's misconfigured. Sure please push (no need to repeat the rationale in the commit log.) Thanks, Ludo=E2=80=99.