Pavel Raiskup

Results 860 comments of Pavel Raiskup

Reopening since the support is not yet completed. We keep updating the first comment with the list of missing things.

> Setting `config_opts['dnf_builddep_opts'] = ['--nobest'] in Vit case. Hm, @voxik have you tried if this works for you actually? It can be tested on command-line: ` --config-opts=dnf_builddep_opts= --config-opts dnf_builddep_opts=--nobest` But...

I was wrong, we need to reverse the order of those options: `--config-opts=dnf_builddep_opts=--best --config-opts dnf_builddep_opts=` After this, DNF seems to work. But it would be nice to have confirmation that...

Thank you for the response! > I don't understand the purpose of these build specific bootstrap caches This seems to be valid point. We need to have a per-uniqueext bootstrap...

I'd propose removing the `default.cfg` from `mock-core-configs`. If user installs the file manually, it is fine (user's responsibility). Otherwise, if default.cfg is non-existent - we can detect the default chroot...

Good job, not sure about the delete_after index, otherwise LGTM

@nirik is right; rpmbuild in mock is wrapped with systemd-nspawn, and it provides it's own /sys (Mock actually pre-creates one as well, but nspawn overmounts it).

Actually, there's a reported [Copr issue](https://github.com/fedora-copr/copr/issues/2906) that relates to `/proc/sys`. Is this `/sys` or `/proc/sys` related?

5959b894202b7911c9dcaadadfcfc1953de8c37a

Actually 8ab106706c2320f44f1a6ef5718ecdcb61455a04 :)