From 0746fdb4a0bb2b5fdcfb05cf754e6cc72e7b71c1 Mon Sep 17 00:00:00 2001
From: Konstantin Nazarov <mail@racktear.com>
Date: Tue, 31 Jul 2018 16:48:28 +0300
Subject: [PATCH] Add tarantoolctl rocks pack/unpack subcommands

The subcommands are used to create binary rock distributions.
In context of #3525
---
 extra/dist/tarantoolctl.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extra/dist/tarantoolctl.in b/extra/dist/tarantoolctl.in
index 2dd5d74ef6..f0529734f6 100755
--- a/extra/dist/tarantoolctl.in
+++ b/extra/dist/tarantoolctl.in
@@ -910,6 +910,8 @@ local function rocks()
        remove = "luarocks.remove",
        show = "luarocks.show",
        make = "luarocks.make",
+       pack = "luarocks.pack",
+       unpack = "luarocks.unpack",
     }
     rawset(_G, 'commands', commands)
 
-- 
GitLab