[Luarocks-developers] Git tags with '.' in them fail
Brought to you by:
loderunner
|
From: Ryan P. <rpu...@gm...> - 2014-06-10 18:18:28
|
Hi, I hope this is not known, but I am writting a new rockspec and created a "release"/tag on GitHub named 'v2.0' and added it in my rockspec as `source.tag="v2.0"` and I get this as an error: ``` $ luarocks pack luaunit-2.0-1.rockspec Cloning into 'luaunit'... fatal: remote error: Error: Failed cloning git repository. ``` Should I be able to use 'v2.0' as the `source.tag`? -- Regards, Ryan |