From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) (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 337494696C3 for ; Thu, 9 Apr 2020 09:33:36 +0300 (MSK) From: Leonid Vasiliev Date: Thu, 9 Apr 2020 09:33:31 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH v3 0/2] Adapt luarocks for tarantoolctl List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: v.shpilevoy@tarantool.org Cc: tarantool-patches@dev.tarantool.org https://github.com/tarantool/tarantool/issues/4629 https://github.com/tarantool/luarocks/tree/lvasiliev/gh-4629-add-chdir-to-make See corresponding patch for tarantoolctl (https://github.com/tarantool/tarantool/tree/lvasiliev/gh-4629-forward-flags) Motivation: Imperfect integretion of the Luarocks to tarantoolctl (malfunctioning flags, disabled commands) Was done: whitelist of tarantoolctl don't used for luarocks flags Option chdir has been moved from tarantoolctl to luarocks @ChangeLog - see a comment in tarantool Leonid Vasiliev (2): Add the chdir option for make Delete flags which can't be used with tarantoolctl rocks src/luarocks/cmd/help.lua | 5 ----- src/luarocks/cmd/make.lua | 8 ++++++++ src/luarocks/util.lua | 5 +---- 3 files changed, 9 insertions(+), 9 deletions(-) -- 2.7.4