You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/03/16 08:09:02 UTC

[incubator-dlab] 01/01: [DLAB-1629]: Luarocks version updated

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DLAB-1629
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 87993403641794f84194a2d19e276d0683cccf70
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Mon Mar 16 10:07:39 2020 +0200

    [DLAB-1629]: Luarocks version updated
---
 infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py
index d73d7ee..2fa166e 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py
@@ -123,8 +123,8 @@ def install_nginx_lua(edge_ip, nginx_version, keycloak_auth_server_url, keycloak
                 sudo('wget http://luajit.org/download/LuaJIT-2.0.5.tar.gz')
                 sudo('tar -xzf LuaJIT-2.0.5.tar.gz')
 
-                sudo('wget http://keplerproject.github.io/luarocks/releases/luarocks-2.2.2.tar.gz')
-                sudo('tar -xzf luarocks-2.2.2.tar.gz')
+                sudo('wget http://keplerproject.github.io/luarocks/releases/luarocks-3.3.1.tar.gz')
+                sudo('tar -xzf luarocks-3.3.1.tar.gz')
 
                 sudo('ln -sf nginx-{} nginx'.format(nginx_version))
 
@@ -143,7 +143,7 @@ def install_nginx_lua(edge_ip, nginx_version, keycloak_auth_server_url, keycloak
                 sudo('make')
                 sudo('make install')
 
-            with cd('/tmp/src/luarocks-2.2.2/'):
+            with cd('/tmp/src/luarocks-3.3.1/'):
                 sudo('./configure')
                 sudo('make build')
                 sudo('make install')


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org