Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
erp5_rtl_support
Commits
f52b0995
Commit
f52b0995
authored
May 02, 2017
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bt5_config: Hack for passing by genbt5list for BM
parent
616e68db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
4 deletions
+19
-4
product/ERP5/Tool/TemplateTool.py
product/ERP5/Tool/TemplateTool.py
+19
-4
No files found.
product/ERP5/Tool/TemplateTool.py
View file @
f52b0995
...
@@ -944,22 +944,37 @@ class TemplateTool (BaseTool):
...
@@ -944,22 +944,37 @@ class TemplateTool (BaseTool):
finally
:
finally
:
f
.
close
()
f
.
close
()
#XXX: Hardcoding 'erp5_
mysql_innodb_catalog
' BP in the list
#XXX: Hardcoding 'erp5_
core_proxy_field_legacy
' BP in the list
bp_dict
=
{
bp_dict
=
{
'copyright_list'
:
[
'Copyright (c) 2001-2017 Nexedi SA'
],
'copyright_list'
:
[
'Copyright (c) 2001-2017 Nexedi SA'
],
'dependency_list'
:
[],
'dependency_list'
:
[],
'description'
:
''
,
'description'
:
''
,
'force_install'
:
0
,
'force_install'
:
0
,
'id'
:
'erp5_
mysql_innodb_catalog
'
,
'id'
:
'erp5_
core_proxy_field_legacy
'
,
'license'
:
'GPL'
,
'license'
:
'GPL'
,
'provision_list'
:
[
'erp5_catalog'
],
'revision'
:
''
,
'revision'
:
''
,
'test_dependency_list'
:
[],
'test_dependency_list'
:
[],
'title'
:
'erp5_mysql_innodb_catalog'
,
'provision_list'
:
[],
'title'
:
'erp5_core_proxy_field_legacy'
,
'version'
:
'1.0'
}
'version'
:
'1.0'
}
if
repository
.
endswith
(
'/bt5'
):
if
repository
.
endswith
(
'/bt5'
):
property_dict_list
.
append
(
bp_dict
)
property_dict_list
.
append
(
bp_dict
)
bm_dict
=
{
'copyright_list'
:
[
'Copyright (c) 2001-2017 Nexedi SA'
],
'dependency_list'
:
[],
'description'
:
''
,
'force_install'
:
0
,
'id'
:
'erp5_mysql_innodb_catalog'
,
'license'
:
'GPL'
,
'revision'
:
''
,
'test_dependency_list'
:
[],
'provision_list'
:
[
'erp5_catalog'
],
'title'
:
'erp5_mysql_innodb_catalog'
,
'version'
:
'1.0'
}
if
repository
.
endswith
(
'/bootstrap'
):
property_dict_list
.
append
(
bm_dict
)
self
.
repository_dict
[
repository
]
=
tuple
(
property_dict_list
)
self
.
repository_dict
[
repository
]
=
tuple
(
property_dict_list
)
if
REQUEST
is
not
None
:
if
REQUEST
is
not
None
:
...
...
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