Christian Kellner

Results 89 comments of Christian Kellner

@juanje out of curiosity, did you do anything special on that machine, because I just checked with a CentOS 8 stream and by default I seem to be getting 3.6:...

Filed a PR for 8.6: https://src.osci.redhat.com/rpms/osbuild/pull-request/40 Lets see if we need a RHEL bug for this.

@juanje very weird. In a fresh container installing `osbuild` and `osbuild-composer` gets you `python36`: ``` $ podman run -it quay.io/centos/centos:stream8 bash [root@4a72c46b34d1 /]# dnf install osbuild osbuild-composer Last metadata expiration...

I think we would need to translate `5xx` in [`_ostree_fetcher_http_status_code_to_io_error`](https://github.com/ostreedev/ostree/blob/733093461cd3a0af6f3c381b27f5c9a1b274b1cb/src/libostree/ostree-fetcher-util.c#L263) to something we can match in [`_ostree_fetcher_should_retry_request `](https://github.com/ostreedev/ostree/blob/733093461cd3a0af6f3c381b27f5c9a1b274b1cb/src/libostree/ostree-fetcher-util.c#L224).

Could also be fixed in the light of #319, i.e. always setup `stdio` for the stages to be backed by a file (as currently in the non-interactive case) and then...

> Can this be integrated into the test-src makefile target like #1083 was? It should be easy to run these kinds of tests locally if they are going to be...

> @bcl @gicmo Would we prefer all these checks (so also the mypy checks) to be rolled into the container + test-src? Indeed, I opened #1090 for this a few...

> > Any thoughts on how to test this? I think our reverse dependency tests will verify that we didn't regress, but not sure how to verify that this has...

> I would have named `osbuild-api` simply `osbuild`, as this is the main thing we provide. And then `osbuild` maybe `osbuildctl`, or something like that? Otherwise, I think this is...

> We should as well consider communicating back the build status during the build. Currently, there's no way to show the build progress in osbuild-composer's frontends, because osbuild provides just...