Ignacio Burgueño
Ignacio Burgueño
Yeah. What I don't know is the reasoning behind "having to pass them explicitly to the makefile". https://github.com/keplerproject/luarocks/wiki/Creating-a-Makefile-that-plays-nice-with-LuaRocks There is probably a reason for it, which I'm not aware of.
I think they are, in the sense that the script FindLua.cmake (included in CMake's installation) define them and other similar scripts tend to use those variables too.
Ok, I've assigned this to me, but if @isage wants to send a PR, even better :)
Done! d:\trunk_git\sources>luarocks upload foo-git-1.rockspec C:/Users/Usuario/AppData/Roaming/luarocks/upload_config.lua Sending foo-git-1.rockspec ... Will create new module (foo) Packing foo Sending d:\trunk_git\sources/foo-git-1.src.rock ... Done: http://rocks.moonscript.org/modules/ignacio/foo
Ok. Didn't work with curl out of the box. I added some comments in the commit. I'm using the curl version that is embedded with Vagrant. It weighs about 2...
Regarding which curl binary to use, [this page](http://www.paehl.com/open_source/?CURL_7.37.0) has a version that works, but it links openssl dinamically, so in the end, we still have to deploy libeay and ssleay.
Yes. Packing works. It is the upload part that fails with the error I mentioned. El 27/06/2014 03:19, "Hisham Muhammad" [email protected] escribió: > Thanks for the feedback, I'll look into...
Sure! Once 2.2.0 is out, I'll take a look at it again at the upload part.
Ok, sorry. Took a while. It is not working reliably, but for different reasons. Now, luarocks upload --force is working. But not every time. Sometimes, it fails in the following...
Running curl from the command line, I usually get it work many times in a row and then it fails, many times in a row. It seems to be something...