From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id C993C4696C3 for ; Mon, 13 Apr 2020 15:03:14 +0300 (MSK) From: lvasiliev References: <2d94d49b51bd326d79a032cdfe0307480b2f5475.1586097801.git.lvasiliev@tarantool.org> <5ab92df1-5c37-c213-609b-44ce7bffe26d@tarantool.org> Message-ID: <268886cf-8398-9040-0393-57cf7e458b96@tarantool.org> Date: Mon, 13 Apr 2020 15:03:13 +0300 MIME-Version: 1.0 In-Reply-To: <5ab92df1-5c37-c213-609b-44ce7bffe26d@tarantool.org> Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Tarantool-patches] [PATCH v2] rocks: forward options to luarocks List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: Yaroslav Dynnikov , tarantool-patches@dev.tarantool.org Update comment and commit after updating LuaRocks patchset. diff --git a/third_party/luarocks b/third_party/luarocks index 1b51b2f..8e8db7f 160000 --- a/third_party/luarocks +++ b/third_party/luarocks @@ -1 +1 @@ -Subproject commit 1b51b2fe1c194719a7a8a74220a954a91c21f2a7 +Subproject commit 8e8db7f255a855c585245c288414ceb097576e07 commit 47992ecebf83572b7b69000625ba7e2ccc92f7a6 Author: Leonid Date: Fri Nov 15 15:36:33 2019 +0300 rocks: forward options to luarocks The policy for check of luarocks flags has been changed (moved from tarantoolctl to luarocks). Chdir has been moved to luarocks. Closes #4629 @TarantoolBot document Title: Update tarantoolctl rocks tarantoolctl rocks commands has been added: build config download init lint new_version purge which write_rockspec https://github.com/luarocks/luarocks/wiki/luarocks On 12.04.2020 20:12, lvasiliev wrote: > Ok > > commit 39fc7b43d6aad0f0c732ff8938515b8301adab40 > Author: Leonid > Date:   Fri Nov 15 15:36:33 2019 +0300 > >     rocks: forward options to luarocks > >     The policy for check of luarocks flags has been changed >     (moved from tarantoolctl to luarocks). >     Chdir has been moved to luarocks. >     Unsupported flags have been deleted from luarocks > >     Closes #4629 > >     @TarantoolBot document >     Title: Update tarantoolctl rocks >     tarantoolctl rocks commands has been added: >     build >     config >     download >     init >     lint >     new_version >     purge >     which >     write_rockspec > >     https://github.com/luarocks/luarocks/wiki/luarocks > > > On 11.04.2020 17:11, Vladislav Shpilevoy wrote: >>>      rocks: forward options to luarocks >>> >>>      The policy for check of luarocks flags has been changed >>>      (moved from tarantoolctl to luarocks). >>>      Chdir has been moved to luarocks. >>>      Unsupported flags have been deleted from luarocks >>> >>>      @TarantoolBot document >>>      Title: Update tarantoolctl rocks >>>      tarantoolctl rocks commands has been added: >>>      build >>>      config >>>      download >>>      init >>>      lint >>>      new_version >>>      purge >>>      which >>>      write_rockspec >>> >>>      https://github.com/luarocks/luarocks/wiki/luarocks >>> >>>      Closes #4629 >> >> Please, move 'Closes' out of the docbot request. Otherwise it >> will end up in the doc ticket description. Sorry I didn't notice >> it earlier. >>