On Tuesday, May 27, 2014 05:16:01 PM Tom N Harris wrote:
> I just tried it but ran into what I think is a bug in make_manifest. When
> reading the "rock_manifest" that corresponds to a rockspec, it looks in the
> configured paths which may not be the tree that was passed as the argument.
Okay, loo
On Tuesday, May 27, 2014 05:16:10 PM Hisham wrote:
> The effort is to maintain a file mapping the names used by your pkg
> manager for modules to rock names. Once that mapping is in place
> generating the manifest would be the easy part. The mapping is the
> hard part because it's different for eac
On 27 May 2014 14:59, Tom N Harris wrote:
> On Tuesday, May 27, 2014 11:46:19 AM Hisham wrote:
>> Those commands are essentially a frontend to `luarocks make_manifest`
>> + rsync so they don't do _that_ much, and I was basically afraid that
>> they would bitrot now that I won't be using them anymo
On Tuesday, May 27, 2014 11:46:19 AM Hisham wrote:
> Those commands are essentially a frontend to `luarocks make_manifest`
> + rsync so they don't do _that_ much, and I was basically afraid that
> they would bitrot now that I won't be using them anymore. But no
> problem, there's no hurry to rip th
On 26 May 2014 22:32, RJP Computing wrote:
> Hi Hisham,
>
> On Mon, May 26, 2014 at 7:57 PM, Hisham wrote:
>>
>> Is anyone using the `luarocks-admin add` and `luarocks-admin remove`
>> commands to manage their own repos? I use it with rsync to manage the
>> luarocks.org repositories, but that cod
Hi Hisham,
On Mon, May 26, 2014 at 7:57 PM, Hisham wrote:
>
> Is anyone using the `luarocks-admin add` and `luarocks-admin remove`
> commands to manage their own repos? I use it with rsync to manage the
> luarocks.org repositories, but that code is not the prettiest part of
> LuaRocks (and I've b
Hi,
I just committed a new command to LuaRocks, `luarocks upload`, which
uploads to the MoonRocks repository. This is a quasi-straight port of
the moonrocks [1] upload script.
[1] https://github.com/leafo/moonrocks/tree/master/moonrocks
Is anyone using the `luarocks-admin add` and `luarocks-admi