Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
9307a0ab
Commit
9307a0ab
authored
Oct 23, 2017
by
Thanassis Tsiodras
Browse files
Merge branch 'master' of
https://gitrepos.estec.esa.int/taste/taste-setup
parents
2db256cc
f22790f1
Changes
4
Hide whitespace changes
Inline
Side-by-side
misc/helper-scripts/taste-edit-concurrency-view
View file @
9307a0ab
...
...
@@ -7,6 +7,7 @@ mkfifo $myfifo
tail
-f
$myfifo
| taste-progress-dialog.py &
function
quit
{
echo
'100 Done'
>
$myfifo
rm
$myfifo
tailps
=
$(
pstree
-p
$$
|
grep tail
| python
-c
"import sys, re; print re.search(r'tail
\(
(.*)
\)
', [x for x in sys.stdin][0]).group(1)"
)
kill
$tailps
||
xterm
-e
"echo Internal Error, unable to kill subprocess. Open a terminal and type 'pkill tail' to (hopefully) recover"
...
...
@@ -141,6 +142,4 @@ else
mv
"
$tempdir
"
/ConcurrencyView
.
fi
echo
'100 Done'
>
$myfifo
quit 0
misc/helper-scripts/taste-generate-skeletons
View file @
9307a0ab
...
...
@@ -9,6 +9,7 @@ mkfifo $myfifo
tail
-f
$myfifo
| taste-progress-dialog.py &
function
quit
{
echo
'100 Done'
>
$myfifo
rm
$myfifo
tailps
=
$(
pstree
-p
$$
|
grep tail
| python
-c
"import sys, re; print re.search(r'tail
\(
(.*)
\)
', [x for x in sys.stdin][0]).group(1)"
)
kill
$tailps
||
xterm
-e
"echo Internal Error, unable to kill subprocess. Open a terminal and type 'pkill tail' to (hopefully) recover"
...
...
@@ -113,7 +114,6 @@ cp -f __interfaceview-v2.aadl "$INTERFACEVIEW" 2>/dev/null || :
rm
-f
"
$output_dir
"
/dataview-uniq.asn
"
$output_dir
"
/dataview-uniq.aadl
"
$output_dir
"
/dataview-uniq-v1.aadl
\
"
$output_dir
"
/__interfaceview-v2.aadl
echo
'100 Done'
>
$myfifo
quit
$ret
...
...
misc/helper-scripts/taste-update-data-view
View file @
9307a0ab
...
...
@@ -8,6 +8,7 @@ mkfifo $myfifo
tail
-f
$myfifo
| taste-progress-dialog.py &
function
quit
{
echo
'100 Completed'
>
$myfifo
rm
$myfifo
tailps
=
$(
pstree
-p
$$
|
grep tail
| python
-c
"import sys, re; print re.search(r'tail
\(
(.*)
\)
', [x for x in sys.stdin][0]).group(1)"
)
kill
$tailps
||
xterm
-e
"echo Internal Error, unable to kill subprocess. Open a terminal and type 'pkill tail' to (hopefully) recover"
...
...
@@ -93,7 +94,6 @@ DATAVIEW+=" $(taste-config --prefix)/share/taste-types/taste-types.asn"
#asn2aadlPlus $DATAVIEW "$AADL" -aadlv2 2>&1 | uniq >&2
echo
'0-100 Updating data view'
>
$myfifo
asn2aadlPlus
$DATAVIEW
"
$AADL
"
-aadlv2
2>&1
>
>(
uniq
>
&2
)
echo
'100 Completed'
>
$myfifo
if
[
"
$?
"
=
"1"
]
then
...
...
opengeode
@
875d8b92
Compare
a551c05c
...
875d8b92
Subproject commit
a551c05c0008f0b348ac55cdd39a98b2b26e9b43
Subproject commit
875d8b92d1bbb54b728d14118a81f2dfb8c0a02b
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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