From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVgTi-0008Mo-W6 for guix-patches@gnu.org; Wed, 20 Jun 2018 13:01:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVgTf-00065G-0s for guix-patches@gnu.org; Wed, 20 Jun 2018 13:01:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50006) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVgTe-000659-Np for guix-patches@gnu.org; Wed, 20 Jun 2018 13:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fVgTe-0004Zx-90 for guix-patches@gnu.org; Wed, 20 Jun 2018 13:01:02 -0400 Subject: [bug#31881] [PATCH 4/4] gnu: Add go-github-com-docker-distribution. Resent-Message-ID: Date: Wed, 20 Jun 2018 13:00:48 -0400 From: Leo Famulari Message-ID: <20180620170048.GD1240@jasmine.lan> References: <20180619084333.8993-1-pierre-antoine.rouby@inria.fr> <20180619084333.8993-4-pierre-antoine.rouby@inria.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="PHCdUe6m4AxPMzOu" Content-Disposition: inline In-Reply-To: <20180619084333.8993-4-pierre-antoine.rouby@inria.fr> 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: Rouby Pierre-Antoine Cc: 31881@debbugs.gnu.org --PHCdUe6m4AxPMzOu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 19, 2018 at 10:43:33AM +0200, Rouby Pierre-Antoine wrote: > * gnu/packages/golang.scm (go-github-com-docker-distribution): New variable. > + (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: https://github.com/docker/distribution/tree/master/vendor I think it's okay to add the package with the bundled code if everything is freely licensed. Can you confirm that it is? --PHCdUe6m4AxPMzOu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlsqiEAACgkQJkb6MLrK fwgnrg/7BhIR4rB8MFG5i5lhR2TZGKM6k8r34f4PJoF0rQxDXC0BGgftlSk9F5w9 yMMra4Di3RwcTh4mqwT/hvzblQiGZfRAX9s1ce8MIWD7qqHUKrUQuetBOyv4iu0n mh7ABn8mUanP9Ipcrj2Wveh02X7BQs5uvURTZ7YeVtwCP0QV4WiLRfcYt+YJ0WwK ZhGuuU7rT0MH+Ti9cRlPPbwHjSiB+rz/kR1NquJvNZf6fykGm5ur7jeO9JTMU0Sa 89JO33r88o4hiOJP9cXcesQ/rKks0J9Q/rdsyFM3/QLQvTFCRt21G72trx3nOFk9 QdAksT80FsDcoFsSKhLtujpnA6MfTVSnIn33Q72+mSa1adFFXwPhjZtwrCCVs8YZ XW5fZUgQXuCrGH2bFMVDuTm76TFMAiu7s28OxQq5zACpQcJbXWWScqJB0C4mLtgz EszKFyMIREn9ixuF/fDCfixL2U1/yt4FhWKw2xfd4CluJoRUrF6ODmDgi8FZvZbF uv51ld3KUPgI3LJ6MQwvxaft23VfGV+uobBf+hoSP1EOk3CujyJFBap5kukUWiZu l4seKtl96U8luk4q2uQS7p/npRFUsn4wcDyIAzttAJdCidJd+MupFUSz9vy1Dp18 CrxD8B0YNWS4Ym5Gl8KpUnVh5xOy2Wf8bUDChlxByUM4sS8ILEY= =VgPx -----END PGP SIGNATURE----- --PHCdUe6m4AxPMzOu--