Sourcehut will blacklist the Go module mirror
sourcehut.org
Sourcehut will blacklist the Go module mirror
1–10 of 365 posts
Re: Sourcehut will blacklist the Go module mirror
#2Re: Sourcehut will blacklist the Go module mirror
#3Re: Sourcehut will blacklist the Go module mirror
#4They should probably use GOPRIVATE[1] instead. GOPRIVATE doesn't disable the module cache globally, it just disables it for individual domains or paths on domains. This is mainly used with private repo dependencies on GitHub. [1]: https://goproxy.io/docs/GOPRIVATE-env.html
Re: Sourcehut will blacklist the Go module mirror
#5Re: Sourcehut will blacklist the Go module mirror
#6Holy cow Google! Wouldn't it behoove us to check if any changes occurred before downloading an entire repo?
Re: Sourcehut will blacklist the Go module mirror
#7The entire point of the sumdb (go.sum), is to prevent the need for such a relationship. If Google (or any proxy you use) tries to return questionable packages, it will be detected by that system.
Re: Sourcehut will blacklist the Go module mirror
#8I love Go but not Google's stewardship of it. The tracking proxy, Russ' takeover / squash of the package management work, the weird silence / stonewalling on other community issues...
Drew has a valid complaint. I hate to hear he was banned from the issue tracker but that sounds about right.
As a sibling said - GOPRIVATE is probably a good solution without throwing the baby out with the bathwater.
Re: Sourcehut will blacklist the Go module mirror
#9Mhmmm. Yeah I wish the default were to not use a proxy. Though to be fair I'm not sure exactly what the performance implications would be.
The other problem is that it's Google so their perception of "not much traffic" is "biblical floods" to other people.
Re: Sourcehut will blacklist the Go module mirror
#10> It should not be necessary to fetch the same git module up to 2,000 times per day. Holy cow Google! Wouldn't it behoove us to check if any changes occurred before downloading an entire repo?