Add check that poudriere is not already running.

This commit is contained in:
Tom Alexander 2022-12-10 19:01:14 -05:00
parent 9599cfb577
commit 7915b92345
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -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.