Like with fedpkg commands, we should provide some feedback that the requested build has been kicked off even if the user chooses --nowait.
Before:
Building ========
After:
Building ======== 106759054 flatpakBuild (noarch): free
One style thing here. I try to avoid boolean positional parameters, since the readability is poor: some_func(True, True, False). To force calling it with a keyword, this should be `..., task_id int, *, nowait: bool).
some_func(True, True, False)
rebased onto 006b4ce889381991fc1df7a17ca6c6c6800504b0
Modified.
ping @otaylor
Pull-Request has been merged by otaylor
Like with fedpkg commands, we should provide some feedback that the requested build has been kicked off even if the user chooses --nowait.
Before:
After: