From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] ui: 'package->recutils' serializes the source field. Date: Mon, 08 Aug 2016 22:07:47 +0300 Message-ID: <871t1zoz98.fsf@gmail.com> References: <20160805145804.26753-1-david@craven.ch> <87y44af52m.fsf@gmail.com> <87shuit01e.fsf@gnu.org> <87eg60g79l.fsf@gnu.org> <87a8gog154.fsf@gnu.org> <87vazcce0a.fsf@gnu.org> <87r39zcfkz.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]:39343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWptx-0000wv-U5 for guix-devel@gnu.org; Mon, 08 Aug 2016 15:07:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWptt-00051Y-Pk for guix-devel@gnu.org; Mon, 08 Aug 2016 15:07:52 -0400 In-Reply-To: <87r39zcfkz.fsf@gnu.org> (Mathieu Lirzin's message of "Mon, 08 Aug 2016 19:53:32 +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" To: Mathieu Lirzin Cc: guix-devel , David Craven Mathieu Lirzin (2016-08-08 20:53 +0300) wrote: > David Craven writes: > >> Quoting Ludo from the thread you mentioned: >> >>> (Besides, our package meta-data would probably still refer to the =E2= =80=9Creal=E2=80=9D >>> home page of the package, from which it=E2=80=99s trivial to get the un= modified >>> tarball.) >> >> The discussion only applies to 'guix build --source' and I can't see any >> indication from reading the thread that displaying the original source u= rl >> would be in any way problematic. Can you quote something from that >> thread that would indicate otherwise? > > I don't need to quote anything to think that: > > - Providing a user tool to fetch a tarball > - Displaying a direct link to a tarball in our UI But a user already can look at any package info (including the source URL) using "guix edit" command, so I don't see a reason why "guix package --show" can't display the same info. --=20 Alex