Assumes luarocks revision is always `-1`
gvvaughan opened this issue · 1 comments
gvvaughan commented
Woger's lua releaser doesn't cope with non-1 release revisions, so I manually posted the recent stdlib-34-2.rockspec to luarocks-developers, and didn't bother with an additional lua-l announcement.
Actually, this isn't just woger's problem, as I had to change several hard-coded -1's to -2's in the mkrockspecs script and associated GNUmakefile rules.
rrthomas commented
Fixed in release 27: specify "release=N" (defaults to "1" for backwards compatibility, but the default may be removed in future, as it's bad practice).