"README.md" did not exist on "apertis/v2021"
Optionally turn on debugging in CI and other debugging improvements
- Dec 06, 2021
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
We pass a list of `OBSEntry` to `thread_pool()`, so add a `id` property that better identifies the current entry to give enough context should things go wrong. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
There are more chances that an `id` property is actually unique than a `name` property, so let's attempt to use it before `name` when reporting the element `thread_pool()` is working on. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
When something fails when called by `thread_pool()` log it as an error, not just as a debug message. This usually give more context than just the exception traceback since we try to find an identifier for the element being processed. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-