Browse Source

vimbadmin test repo

master
Prabuddha Chakraborty 9 years ago
parent
commit
576722144c
  1. 3
      ee/cli/plugins/stack.py
  2. 3
      ee/core/variables.py

3
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/"

3
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()

Loading…
Cancel
Save