Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
5d8f3e6a
Commit
5d8f3e6a
authored
Feb 22, 2017
by
Thanassis Tsiodras
Browse files
Install TASTE build machinery (legacy symlink)
parent
439b3fb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/80_build-scripts.sh
View file @
5d8f3e6a
...
...
@@ -2,7 +2,12 @@
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
.
${
DIR
}
/common.sh
# Install the scripts
for
i
in
checkStackUsage.py patchAPLCs.py taste_orchestrator.py
do
cp
-u
../orchestrator/orchestrator/
$i
${
PREFIX
}
/bin/
done
# Install a symlink for the old name of the build tool
cd
${
PREFIX
}
/bin/
||
exit
1
ln
-s
taste_orchestrator.py assert-builder-ocarina.py
Write
Preview
Supports
Markdown
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