Neal Gompa (ニール・ゴンパ)

Results 724 comments of Neal Gompa (ニール・ゴンパ)
trafficstars

@praiskup Have we considered providing container images for mock that are built in Quay.io for mock for just the bootstrap usage?

Note that the only bootstrap case that doesn't work is the container image one because we lack a default image with DNF for now.

Also note that Zypper does not provide enough replacement functionality to be able to work as a DNF replacement. For example, there's no equivalent of `dnf builddep`.

Why would it cost manpower to maintain them? We can't just set up a Dockerfile to ensure the minimum bits for mock are in a container and auto-rebuilt as the...

Host configs are not going to be useful except for exactly one case: bootstrap chroot. And potentially, not even then. The assumption here is that the host configuration files will...

It's accepted and supported since RPM 4.10 (and backported to RPM in RHEL 6 too), and [approved in the Fedora Packaging Guidelines]( https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_handling_non_sorting_versions_with_tilde_dot_and_caret).

In obs-build, here's some of the code for the post-build invocation of rpmlint and package build comparisons and generating deltarpms: https://github.com/openSUSE/obs-build/blob/master/build-recipe-spec#L194-L256 Here's the logic that invokes post-build-checks: https://github.com/openSUSE/obs-build/blob/master/build#L1455-L1457