Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
orchestrator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
orchestrator
Commits
0cae10e0
Commit
0cae10e0
authored
May 04, 2018
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Do not copy ocarina_components.aadl, this causes conflicts in the build procedure
parent
5521d0fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
orchestrator/taste-orchestrator.py
orchestrator/taste-orchestrator.py
+1
-2
No files found.
orchestrator/taste-orchestrator.py
View file @
0cae10e0
...
...
@@ -1919,7 +1919,6 @@ def InvokeBuildSupport(i_aadlFile, depl_aadlFile, bKeepCase, bDebug, cvAttribute
dv
=
"D_view_aadlv2.aadl"
dbgOption
=
" -g "
if
bDebug
else
""
shutil
.
copy
(
depl_aadlFile
,
"."
)
# mysystem("cp $(ocarina-config --resources)/AADLv2/ocarina_components.aadl .")
mysystem
(
'cleanupDV.pl "%s" > a_temp_name && mv a_temp_name "%s"'
%
(
os
.
path
.
basename
(
depl_aadlFile
),
os
.
path
.
basename
(
depl_aadlFile
)))
converterFlag
=
""
if
not
any
(
'Taste::version'
in
x
for
x
in
open
(
depl_aadlFile
).
readlines
()):
...
...
@@ -2363,7 +2362,7 @@ end ASSERT_System.Impl;
sys
.
stdout
.
flush
()
break
mysystem
(
"cp $(ocarina-config --resources)/AADLv2/ocarina_components.aadl ."
)
#
mysystem("cp $(ocarina-config --resources)/AADLv2/ocarina_components.aadl .")
mysystem
(
'cleanupDV.pl "%s" > a_temp_name && mv a_temp_name "%s"'
%
(
os
.
path
.
basename
(
depl_aadlFile
),
os
.
path
.
basename
(
depl_aadlFile
)))
if
invokeOcarina
:
# banner("Invoking ocarina")
...
...
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