#28 build_container: display flatpakBuild task with --nowait
Merged by otaylor. Opened by yselkowitz.
yselkowitz/flatpak-module-tools main  into  main

Download 28.patch

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

rebased onto 006b4ce889381991fc1df7a17ca6c6c6800504b0

Modified.

ping @otaylor

Pull-Request has been merged by otaylor

Metadata