From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 B65CF452566 for ; Tue, 19 Nov 2019 11:52:28 +0300 (MSK) From: Leonid Date: Tue, 19 Nov 2019 11:52:25 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH LUAROCKS v2 0/2] Move a rocks options filter from tarantoolctl to luarocks List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alexander.turenko@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 Changes in v2: - Move chdir before loading the rockspec file Leonid (2): Add the chdir option for make Add the tarantool options black list. Update help src/luarocks/cmd/help.lua | 15 +++++++++------ src/luarocks/cmd/make.lua | 22 ++++++++++++++++------ src/luarocks/util.lua | 25 ++++++++++++++++++++----- 3 files changed, 45 insertions(+), 17 deletions(-) -- 2.17.1