Two more issues: -- No luarocks upgrade
-- It is possible to have multiple versions of a rock installed in the system (and no sane control over which version is actually used by require) Solution to both: do sudo luarocks remove --force <name> before upgrade by sudo luarocks install <name> <version> --only-from=<private-repo> Find out al list of upgrades manually. Alexander. _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
