Re: [Luarocks-developers] two questions ...
Brought to you by:
loderunner
|
From: Tomás G. <to...@te...> - 2023-10-24 11:03:00
|
Hi Peter > If I want to change the rockspec, but not change the tar.gz at all and > not change the version number, there's a way to do that, isn't there ? > Do I make that rockspec change and upload it all to to luarocks.org ? > Do I upload the rockspec only, or the whole tar.gz as normal ? I think you should use the number after the minus sign. Take a look at LuaSQL-MySQL driver. The last version is 2.6.0, but there are two deploy rockspecs: 2.6.0-1 and 2.6.0-2. The difference between them follows: $ diff download/luasql-mysql-2.6.0-* 2c2 < version = "2.6.0-1" --- > version = "2.6.0-2" 4c4 < url = "git://github.com/keplerproject/luasql.git", --- > url = "git+https://github.com/keplerproject/luasql.git", > I'm 75 and not expecting to last very long. > I would love other lua-people to take over ownership of my modules ... > http://luarocks.org/modules/peterbillam > .. and their man pages, seeing that pjb.com.au will vanish > when I stop paying my bills ... > Volunteers ? Some packages were moved to lunarmodules "umbrella" to distribute maintenance. Maybe your packages could benefit of it also. @Hisham?!? Regards, Tomás |