On 25 March 2013 15:00, RJP Computing <[email protected]> wrote: >> > As a side effect I now have a question, How can I make LuaRocks install >> > a >> > specified version? This way I can control and test specific versions. >> > Thanks. >> >> Just pass the version-revision as an additional argument. > > Will this work when I am only calling `luarocks install wsapi-xavante` and > the dependencies are being triggered to actually install wsapi?
In the current implementation, if you ran `luarocks install wsapi-xavante 1.5-1` it would pick wsapi-xavante version 1.5-1, but then use the highest version it could find for each dependency. -- Hisham http://hisham.hm/ ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
