cue-labs / oci

Go modules related to OCI (Open Container Initiative) registries
Apache License 2.0
22 stars 3 forks source link

go get metadata should point at github not gerrithub #21

Closed rogpeppe closed 4 months ago

rogpeppe commented 5 months ago

From a request on Slack:

The "go get" metadata for cuelabs.dev/go/oci should point to https://github.com/cue-labs/oci not https://review.gerrithub.io/cue-labs/oci so that links to source code on https://pkg.go.dev/cuelabs.dev/go/oci/ociregistry work correctly.

tianon commented 5 months ago

Oh, it appears that's in Git at https://github.com/cue-labs/cuelabs.dev-pub/blob/main/go/oci/index.html & https://github.com/cue-labs/cuelabs.dev-pub/blob/main/go/oci/ociregistry.html ? :eyes:

mvdan commented 5 months ago

@tianon indeed; we already have a PR up, so it should be live in the next day or so. That "pub" repo is the published version of the website.

myitcv commented 5 months ago

I've raised https://github.com/golang/go/issues/65512 to request that the pkg.go.dev caches are manually cleared in this instance (see the linked issue that confirms this is still a manual step)

myitcv commented 5 months ago

Will close when the caches are cleared and this works properly.

tianon commented 5 months ago

Not sure if we got a cache clear, but I think the recent commit gave us a cache bust which is almost as good! :smile:

https://pkg.go.dev/cuelabs.dev/go/oci/ociregistry (now with functional source code links! :heart:)

myitcv commented 4 months ago

Not sure if we got a cache clear, but I think the recent commit gave us a cache bust which is almost as good! 😄

Great!