Achilleas Koutsou
2afc8fd1dd
gen-manifests: minor output changes
...
Don't print "Worker started" message.
Print "done" after submitting all jobs to the queue.
2022-07-25 21:23:02 +02:00
Achilleas Koutsou
d61b553045
gen-manifests: don't print progress when nothing changed
...
Update the progress line only when another line was received, which in
this case means a job has started or finished.
No need to keep reprinting the progress.
2022-07-25 21:23:02 +02:00
Achilleas Koutsou
d470a3cb3f
gen-manifests: inline finish() into wait()
...
wait() just did finish() and returned errors; no need for two
functions.
2022-06-01 11:36:52 +01:00
Achilleas Koutsou
150d490ba8
gen-manifests: separate worker queue code
...
Add the worker queue code to a separate file for better organisation
and readability.
2022-06-01 11:36:52 +01:00