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
taste-setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
TASTE
taste-setup
Commits
f22790f1
Commit
f22790f1
authored
Oct 23, 2017
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always set 100 to progress bar before quitting
parent
eb20cb17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
misc/helper-scripts/taste-edit-concurrency-view
misc/helper-scripts/taste-edit-concurrency-view
+1
-2
misc/helper-scripts/taste-generate-skeletons
misc/helper-scripts/taste-generate-skeletons
+1
-1
No files found.
misc/helper-scripts/taste-edit-concurrency-view
View file @
f22790f1
...
...
@@ -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 @
f22790f1
...
...
@@ -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
...
...
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