Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@g.o>
To: William Hubbs <williamh@g.o>, gentoo-dev@l.g.o
Cc: robbat2@g.o, zmedico@g.o
Subject: [gentoo-dev] Re: [PATCH 0/2] go-module.eclass cleanups
Date: Tue, 25 May 2021 18:31:26
Message-Id: c809c71c-591b-6d72-7b7c-c607efcfb93b@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/2] go-module.eclass cleanups by William Hubbs
1 On 5/21/21 8:45 AM, William Hubbs wrote:
2 > This is an improvement to my previous patch. It is a patch series now
3 > because there are two separate changes:
4 >
5 > - GOPROXY is exported in go-module_set_globals since it is not needed if
6 > EGO_SUM is not set in the ebuild.
7 >
8 > - go-module_setup_proxy is added. This function sets up the go proxy
9 > directory so that dependencies can be read from it.
10 >
11 > William Hubbs (2):
12 > go-module.eclass: fix GOPROXY export
13 > go-module.eclass: add go-module_setup_proxy function
14 >
15 > eclass/go-module.eclass | 47 +++++++++++++++++++++++++++++++++++++++--
16 > 1 file changed, 45 insertions(+), 2 deletions(-)
17 >
18
19 This series looks great to me! Thank you!
20 --
21 Thanks,
22 Zac

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Re: [PATCH 0/2] go-module.eclass cleanups William Hubbs <williamh@g.o>