Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush Tiwari
erp5
Commits
d42b0595
Commit
d42b0595
authored
May 02, 2017
by
Ayush Tiwari
Committed by
Ayush Tiwari
Nov 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bt5_config: Hack for passing by genbt5list for BM
parent
ae368684
Changes
1
Hide 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 @
d42b0595
...
...
@@ -947,22 +947,37 @@ class TemplateTool (BaseTool):
finally
:
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
=
{
'copyright_list'
:
[
'Copyright (c) 2001-2017 Nexedi SA'
],
'dependency_list'
:
[],
'description'
:
''
,
'force_install'
:
0
,
'id'
:
'erp5_
mysql_innodb_catalog
'
,
'id'
:
'erp5_
core_proxy_field_legacy
'
,
'license'
:
'GPL'
,
'provision_list'
:
[
'erp5_catalog'
],
'revision'
:
''
,
'test_dependency_list'
:
[],
'title'
:
'erp5_mysql_innodb_catalog'
,
'provision_list'
:
[],
'title'
:
'erp5_core_proxy_field_legacy'
,
'version'
:
'1.0'
}
if
repository
.
endswith
(
'/bt5'
):
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
)
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