Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/pkgsite: not updating my package? #41351

Open
OneOfOne opened this issue Sep 11, 2020 · 1 comment
Open

x/pkgsite: not updating my package? #41351

OneOfOne opened this issue Sep 11, 2020 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite

Comments

@OneOfOne
Copy link
Contributor

This is kinda related to #41278.

Looking on https://pkg.go.dev/go.oneofone.dev/ta@master?tab=versions, it's only listing 2 versions out of 5, also it won't show @master.

I tried GOPROXY=https://proxy.golang.org GO111MODULE=on go get go.oneofone.dev/ta@master
https://proxy.golang.org/go.oneofone.dev/ta/@latest shows v0.0.5, which is correct.
https://godoc.org/go.oneofone.dev/ta returns "Internal server error."

It is possible there's something wrong with my server setup, there's nothing that shows how to debug it.

@gopherbot gopherbot added this to the Unreleased milestone Sep 11, 2020
@OneOfOne
Copy link
Contributor Author

After a lot of trial and error I figured out it was because my go-import header had a /, however it doesn't explain why sometimes it works and most of the times it doesn't and why it only effects pkg.dev.go.

works: <meta name="go-import" content="go.oneofone.dev/ta git https://github.com/OneOfOne/ta">
doesn't: <meta name="go-import" content="go.oneofone.dev/ta git https://github.com/OneOfOne/ta/">

So I'm leaving this open for now, since it is still a bug, at the very least it should give an error or a warning.

@jamalc jamalc added pkgsite NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Sep 14, 2020
@jba jba modified the milestones: Unreleased, pkgsite/unplanned Sep 15, 2020
@julieqiu julieqiu removed the website label Sep 19, 2020
@julieqiu julieqiu removed the website label Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite
Projects
None yet
Development

No branches or pull requests

5 participants