Add check that poudriere is not already running.
This commit is contained in:
parent
9599cfb577
commit
7915b92345
@ -38,6 +38,8 @@ function build {
|
||||
}
|
||||
|
||||
function cmd_start {
|
||||
abort_if_jobs_running
|
||||
|
||||
# Allow command failures without quitting the script because some
|
||||
# package sets might fail whereas others may succeed based on which
|
||||
# packages are in each set.
|
||||
|
Loading…
x
Reference in New Issue
Block a user