On Mon, Dec 13, 2010 at 12:03 AM, Alexander Gladysh <[email protected]> wrote: > Hi, list! > > I've got a set of lua-only rockspecs which use build "none" or > "builtin" with mix of copy_directories and install.bin clauses. (Maybe > something else, but only build modes are none and builtin only.) > > To determine if I should rebuild a rock, I need a quick and dirty way > to get a list of files which would get into rock file if I'd say > `luarocks make` on that rockspec. > > Note that the list should come with resolved symlinks. > > Any clues? Can I reuse LuaRocks code for that somehow?
As far as I remember, that information is not available in advance in LuaRocks. It is inferrable for these build types, but there's no quick and dirty way available now. After build, you can check the rock_manifest file for each rock. -- Hisham _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
