Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
slapos
Commits
69e3321e
Commit
69e3321e
authored
Apr 13, 2020
by
Dmitry Blinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adapt to set -e
parent
9f8099a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
component/proviewR/buildout.cfg
component/proviewR/buildout.cfg
+1
-2
No files found.
component/proviewR/buildout.cfg
View file @
69e3321e
...
@@ -369,10 +369,9 @@ depends =
...
@@ -369,10 +369,9 @@ depends =
# ${xserver:location}/bin/Xvfb -noreset +extension GLX +extension RANDR +extension RENDER :99 &
# ${xserver:location}/bin/Xvfb -noreset +extension GLX +extension RANDR +extension RENDER :99 &
pre-build =
pre-build =
PID=`pgrep -u "$(whoami)" -f -x '${xserver:location}/bin/Xorg.*'`
PID=`pgrep -u "$(whoami)" -f -x '${xserver:location}/bin/Xorg.*'`
|| true #pgrep returns 1 on notfound
echo 'I GOT THROUGH PID'
echo 'I GOT THROUGH PID'
echo " PID is $PID "
echo " PID is $PID "
echo "other possibly different PID is `pgrep -f vfb` "
echo "my own process is $$"
echo "my own process is $$"
echo "my command name is `ps -ly $$`"
echo "my command name is `ps -ly $$`"
if [ ! -z "$PID" ]; then kill -TERM $PID; fi
if [ ! -z "$PID" ]; then kill -TERM $PID; fi
...
...
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