Re: Checking for rocks up
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Checking for rocks up
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2013年3月27日 12:40:51 +0200
2013年3月27日 Laurent Faillie <l_faillie@yahoo.com>:
> Related to this announcement, I wonder if there is a way to check
> automatically if installed rocks need to be updated ?
"installed rocks need to be updated" is not an exact synonym
for "updates for installed rocks are available". For the latter,
you can do
luarocks search --all > allrocks.txt
luarocks list > installed_rocks.txt
and write a simple Lua script to check whether
each installed version is the most recent version.