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 DA6B9446426 for ; Thu, 26 Mar 2020 00:50:06 +0300 (MSK) From: Leonid Vasiliev Date: Thu, 26 Mar 2020 00:50:01 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH 0/3] 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, invalid help) Was done: Whitelist in tarantoolctl has been changed to blacklist in luarocks Help has been updated Option chdir has been moved from tarantoolctl to luarocks @ChangeLog - see a comment in tarantool Leonid Vasiliev (3): Add the chdir option for make Add a black list of the tarantoolctl options Adapt luarocks help for the tarantoolctl src/luarocks/cmd/config.lua | 18 +++++++++--------- src/luarocks/cmd/help.lua | 10 +++------- src/luarocks/cmd/make.lua | 13 +++++++++++-- src/luarocks/cmd/new_version.lua | 2 +- src/luarocks/cmd/purge.lua | 2 +- src/luarocks/util.lua | 15 +++++++++++++++ 6 files changed, 40 insertions(+), 20 deletions(-) -- 2.7.4