bower / registry

The Bower registry
https://registry.bower.io/packages
MIT License
292 stars 66 forks source link

Unregister gitlab project #220

Closed ganlanyuan closed 7 years ago

ganlanyuan commented 8 years ago

Hey, does bower support gitlab? I have a project registered as selectivizr-update and selectivizr-will, but I couldn't bower install them correctly. I always get the result:

bower cached        https://gitlab.com/will1028/selectivizr#e-tag:W/"cc36f06
bower validate      e-tag:W/"cc36f06 against https://gitlab.com/will1028/selectivizr#*
bower new           version for https://gitlab.com/will1028/selectivizr#*
bower resolve       https://gitlab.com/will1028/selectivizr#*
bower download      https://gitlab.com/will1028/selectivizr
bower resolved      https://gitlab.com/will1028/selectivizr#e-tag:W/"20f0381

Unable to find a suitable version for selectivizr-update.

What is right way to register if the project is on gitlab? If gitlab is not supported, please could you remove them? I will move it to github.

Much thanks

iamso commented 7 years ago

I am also interested in this. Why does unregistering a package, that is not on github, not work?

sheerun commented 7 years ago

@iamso Because it's not implemented in registry @ganlanyuan I've unregistered these packages. Please try to register something like https://gitlab.com/will1028/selectivizr returns 404. Also, please register with .git extension

ganlanyuan commented 7 years ago

thanks