Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

proxy: .rm endpoint should not fail on errors #129

Open
shoenig opened this issue May 30, 2019 · 0 comments
Open

proxy: .rm endpoint should not fail on errors #129

shoenig opened this issue May 30, 2019 · 0 comments

Comments

@shoenig
Copy link
Contributor

shoenig commented May 30, 2019

e.g.

[p1 tmp] $ curl $GOPROXY/indeed.com/gophers/libconfig/@v/list
v1.0.3
v1.0.4
v2.0.0
v2.0.0-alpha
v2.0.0-alpha2
v2.0.0-alpha2
v2.0.0-alpha3
v2.0.0-alpha4
v2.0.0-alpha4
v2.0.0-alpha5
v2.0.0-alpha5
[p1 tmp] $ 
[p1 tmp] $ 
[p1 tmp] $ curl -XPOST $GOPROXY/indeed.com/gophers/libconfig/@v/v2.0.0-alpha.rm
remove /opt/modprox/zip/indeed.com/gophers/libconfig/v2.0.0-alpha.rm.zip: no such file or directory

This should also continue with attempting to delete the module out of the boltdb, since that is where the list of modules is coming from.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant