From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXpmF-0001X8-TL for guix-patches@gnu.org; Tue, 26 Jun 2018 11:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXpmA-0004Fo-98 for guix-patches@gnu.org; Tue, 26 Jun 2018 11:21:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56733) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXpmA-0004FV-4K for guix-patches@gnu.org; Tue, 26 Jun 2018 11:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fXpm9-0003YZ-VD for guix-patches@gnu.org; Tue, 26 Jun 2018 11:21:01 -0400 Subject: [bug#31881] [PATCH 4/4] gnu: Add go-github-com-docker-distribution. Resent-Message-ID: Date: Tue, 26 Jun 2018 17:20:09 +0200 (CEST) From: Pierre-Antoine Rouby Message-ID: <1040680639.2490239.1530026409131.JavaMail.zimbra@inria.fr> In-Reply-To: <20180620170048.GD1240@jasmine.lan> References: <20180619084333.8993-1-pierre-antoine.rouby@inria.fr> <20180619084333.8993-4-pierre-antoine.rouby@inria.fr> <20180620170048.GD1240@jasmine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 31881@debbugs.gnu.org Hi Leo, > From: "Leo Famulari" >> + (source >> + (origin >> + (method git-fetch) >> + (uri (git-reference >> + (url "https://github.com/docker/distribution") >> + (commit commit))) > > This bundles its entire dependency graph, including the logrus module > you just packaged, and some other things we have packaged: I'm not sure vendor version is the same as package version. I have the impression some Go package have no tag or CHANGELOG, so I'm not sure for compatibility. Without explicit version number I thinks is more sure to use the vendor version. > I think it's okay to add the package with the bundled code if everything > is freely licensed. Can you confirm that it is? Yes, everything is free.