From 576722144c370f4c3b783595bd3e4d88687abcf1 Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Tue, 8 Mar 2016 13:08:23 +0530 Subject: [PATCH] vimbadmin test repo --- ee/cli/plugins/stack.py | 3 ++- ee/core/variables.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index dba8d09b..7e355ab8 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -2122,7 +2122,8 @@ class EEStackController(CementBaseController): #https://github.com/iam404/ViMbAdmin/archive/3.0.13.tar.gz packages = packages + [["https://github.com/iam404/" - "ViMbAdmin/archive/3.0.13.tar.gz", + "ViMbAdmin/archive/{0}.tar.gz" + .format(EEVariables.ee_vimbadmin), "/tmp/vimbadmin.tar.gz", "ViMbAdmin"], ["https://github.com/roundcube/" diff --git a/ee/core/variables.py b/ee/core/variables.py index 25d589f8..1ff9cfb2 100644 --- a/ee/core/variables.py +++ b/ee/core/variables.py @@ -19,7 +19,8 @@ class EEVariables(): ee_wp_cli = "0.22.0" ee_adminer = "4.2.1" ee_roundcube = "1.1.4" - ee_vimbadmin = "3.0.12" + # ee_vimbadmin = "3.0.12" + ee_vimbadmin = "3.0.13" # Get WPCLI path ee_wpcli_path = os.popen('which wp | tr "\n" " "').read()