luarocks-site icon indicating copy to clipboard operation
luarocks-site copied to clipboard

Non-root manifest URL not working?

Open hishamhm opened this issue 5 years ago • 3 comments

The example command listed by a non-root manifest such as https://luarocks.org/m/solarus is failing, e.g.:

$ luarocks install --server=http://luarocks.org/m/solarus curves

The cause is that the manifest URLs are 404ing, I tried

  • http://luarocks.org/m/solarus/manifest
  • http://luarocks.org/m/solarus/manifest-5.1
  • http://luarocks.org/m/solarus/manifest-5.1.zip
  • http://luarocks.org/m/solarus/manifest-5.2.zip
  • http://luarocks.org/m/solarus/manifest-5.3.zip

hishamhm avatar Feb 04 '19 13:02 hishamhm

hmm, I looked through the entire history of the codebase and it looks like this was never implemented! I'll look into adding it

leafo avatar Feb 05 '19 02:02 leafo

@leafo thanks for looking into it :)

hishamhm avatar Feb 05 '19 17:02 hishamhm

Any updates? I was trying to create manifest for our codebase, but luarocks 3.9.1 failed to download manifest from https://luarocks.org/m/moonlibs

ochaton avatar Nov 08 '22 16:11 ochaton