luarocks / luarocks-site

LuaRocks website and module host
http://luarocks.org
176 stars 36 forks source link

Deleting a single rock #31

Closed daurnimator closed 9 years ago

daurnimator commented 9 years ago

The binary rock I uploaded (for systemd) is compiled against lua 5.2 on a computer with quite a new glibc. Hence it is incompatible with systems that use 5.1, or an older glibc... How can I delete it? (without deleting the rockspec/source rock too; or messing up stats)

leafo commented 9 years ago

Currently isn't a way to delete it, I'll have to add something. You can overwrite it though if you upload a rock with the same name.

daurnimator commented 9 years ago

You can overwrite it though if you upload a rock with the same name.

The problem is that you can only have one binary rock for each architecture (i think?), when I tried to run the binary rock with lua 5.1 it failed because it couldn't find the 5.2 function luaL_setfuncs it was compiled against.

So I'd like to remove/delete the binary rock; but not the rockspec or src rock.

daurnimator commented 9 years ago

Any movement on this issue?

leafo commented 9 years ago

sorry haven't had a chance yet