Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
2e714f6e
Commit
2e714f6e
authored
Apr 12, 2016
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bt5 install/update list
parent
c597decf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
master/bt5/slapos_configurator/SkinTemplateItem/portal_skins/slapos_configurator/BusinessConfiguration_setupSlapOSMasterStandardBT5.py
...tor/BusinessConfiguration_setupSlapOSMasterStandardBT5.py
+2
-1
master/bt5/slapos_upgrader/SkinTemplateItem/portal_skins/slapos_upgrader/Base_getUpgradeBusinessTemplateList.py
...ns/slapos_upgrader/Base_getUpgradeBusinessTemplateList.py
+2
-3
No files found.
master/bt5/slapos_configurator/SkinTemplateItem/portal_skins/slapos_configurator/BusinessConfiguration_setupSlapOSMasterStandardBT5.py
View file @
2e714f6e
...
@@ -2,7 +2,8 @@ configuration_save = context.restrictedTraverse(configuration_save_url)
...
@@ -2,7 +2,8 @@ configuration_save = context.restrictedTraverse(configuration_save_url)
bt5_update_catalog_list
=
(
'erp5_ingestion_mysql_innodb_catalog'
,
bt5_update_catalog_list
=
(
'erp5_ingestion_mysql_innodb_catalog'
,
'slapos_cloud'
,
'erp5_accounting'
,
'slapos_cloud'
,
'erp5_accounting'
,
'erp5_movement_table_catalog'
)
'erp5_movement_table_catalog'
,
'slapos_jio'
,
'slapos_monitoring'
)
bt5_installation_list
=
bt5_update_catalog_list
+
(
'slapos_erp5'
,)
bt5_installation_list
=
bt5_update_catalog_list
+
(
'slapos_erp5'
,)
...
...
master/bt5/slapos_upgrader/SkinTemplateItem/portal_skins/slapos_upgrader/Base_getUpgradeBusinessTemplateList.py
View file @
2e714f6e
...
@@ -9,12 +9,11 @@ bt5_update_catalog_list = ('erp5_ingestion_mysql_innodb_catalog',
...
@@ -9,12 +9,11 @@ bt5_update_catalog_list = ('erp5_ingestion_mysql_innodb_catalog',
'slapos_cloud'
,
'erp5_accounting'
,
'slapos_cloud'
,
'erp5_accounting'
,
'erp5_movement_table_catalog'
,
'erp5_movement_table_catalog'
,
'erp5_promise'
,
'slapos_configurator'
,
'erp5_promise'
,
'slapos_configurator'
,
'slapos_ecoallocation'
)
'slapos_ecoallocation'
,
'slapos_jio'
,
'slapos_monitoring'
)
bt5_id_list
=
bt5_update_catalog_list
+
(
'slapos_erp5'
,)
bt5_id_list
=
bt5_update_catalog_list
+
(
'slapos_erp5'
,)
# return context.resolveBusinessTemplateListDependency(bt5_id_list)
keep_bt5_id_list
=
[
'erp5_ui_test'
,
keep_bt5_id_list
=
[
'erp5_ui_test'
,
'erp5_ui_test_core'
,
'erp5_ui_test_core'
,
'slapos_category'
,
'slapos_category'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment