Commit cdd4fb73 authored by Łukasz Nowak's avatar Łukasz Nowak

Define the whole list of BT to manage.

parent bb37e095
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
specification of an upgrader.\n specification of an upgrader.\n
"""\n """\n
\n \n
raise NotImplementedError\n
\n \n
BEFORE_TRIGGERED_BT5_SCRIPT_ID_DICT = {\n BEFORE_TRIGGERED_BT5_SCRIPT_ID_DICT = {\n
}\n }\n
...@@ -69,10 +68,10 @@ ALARM_DICT = {\n ...@@ -69,10 +68,10 @@ ALARM_DICT = {\n
}\n }\n
\n \n
REQUIRED_BT5_ID_LIST = (\n REQUIRED_BT5_ID_LIST = (\n
# core of core\n # core of core upgrade\n
\'erp5_core\',\n \'erp5_core\',\n
\'erp5_xhtml_style\',\n \'erp5_xhtml_style\',\n
# erp5\n # erp5 upgrade\n
\'erp5_base\',\n \'erp5_base\',\n
\'erp5_simulation\',\n \'erp5_simulation\',\n
\'erp5_trade\',\n \'erp5_trade\',\n
...@@ -87,11 +86,11 @@ REQUIRED_BT5_ID_LIST = (\n ...@@ -87,11 +86,11 @@ REQUIRED_BT5_ID_LIST = (\n
\'erp5_secure_payment\',\n \'erp5_secure_payment\',\n
\'erp5_forge\',\n \'erp5_forge\',\n
\'erp5_ui_test\',\n \'erp5_ui_test\',\n
## vifib\n # vifib deinstallation\n
\'vifib_web_ui_test\',\n \'vifib_web_ui_test\',\n
\'vifib_test\',\n \'vifib_test\',\n
\'vifib_erp5\',\n \'vifib_erp5\',\n
# \'vifib_configurator\',\n # \'vifib_configurator\', # not used\n
\'vifib_slapos_accounting\',\n \'vifib_slapos_accounting\',\n
\'vifib_upgrader\',\n \'vifib_upgrader\',\n
\'vifib_data_web\',\n \'vifib_data_web\',\n
...@@ -113,12 +112,30 @@ REQUIRED_BT5_ID_LIST = (\n ...@@ -113,12 +112,30 @@ REQUIRED_BT5_ID_LIST = (\n
\'vifib_payzen\',\n \'vifib_payzen\',\n
\'vifib_crm\',\n \'vifib_crm\',\n
\'vifib_invoicing\',\n \'vifib_invoicing\',\n
# I am here\n
\n
\'vifib_core\'\n \'vifib_core\'\n
\'vifib_slap\',\n \'vifib_slap\',\n
\'vifib_base\',\n \'vifib_base\',\n
\'vifib_mysql_innodb_catalog\',\n \'vifib_mysql_innodb_catalog\',\n
# new erp5 business templates\n
\'erp5_promise\',\n
\'erp5_workflow\',\n
# \'erp5_configurator\', # not used\n
# \'slapos_configurator\', # not used\n
\'erp5_web_shacache\',\n
\'erp5_data_set\',\n
\'erp5_web_shadir\',\n
# slapos brand\n
\'slapos_cache\',\n
\'slapos_cloud\',\n
\'slapos_slap_tool\',\n
\'slapos_category\',\n
\'slapos_rest_api_tool_portal_type\',\n
\'slapos_rest_api\',\n
\'slapos_pdm\',\n
\'slapos_payzen\',\n
\'slapos_web\',\n
\'slapos_accounting\',\n
\'slapos_erp5\',\n
)\n )\n
\n \n
REINSTALLABLE_BT5_ID_LIST = ()\n REINSTALLABLE_BT5_ID_LIST = ()\n
......
3 4
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment