lockfile-create -q --use-pid --retry 100 --lock-name "$container_name".lock
- [ -n "$LKP_SRC" ] && log_info "start build $container" mkdir $tmpdir/$container_name 2>/dev/null && ( cd $container
@@ -33,6 +36,7 @@ do_one() [ -x first-run ] && ./first-run [ -x start ] && ./start )
- [ -n "$LKP_SRC" ] && log_info "finish build $container."
keep same format for output logs.
What a good point !
-------- Thanks Yu Chuan
Thanks, Liushaofei
lockfile-remove --lock-name "$container_name".lock }
-- 2.23.0