Roman Mohr

Results 249 comments of Roman Mohr

My immediate suspicion would be https://github.com/rmohr/bazeldnf/commit/5b26a65c922c580b635cdd303939cfe93a8da59c. @andreabolognani FYI.

That's the only actual logic change we have in 0.5.9 (and was the reason for not staying on 0.5.8).

> If someone else has the time to do it before I get a chance, it would be interesting to compare how v0.5.9-rc1 and v0.5.9-rc2 behave, both when used on...

> The only question is if we should document the needed changes somewhere? Though i have looked through the README.md and there is no description of how the entry in...

If I understand this correctly, we would basically allow setting a CA field in repo.yaml, and then create a custom https client which will only talk to a repo serving...

Thanks, I first have to check a fix in that are I did before. This seems to be the same area. Did you run into a specific issue to reproduce...

We have a generic tool in kubevirt: https://github.com/kubevirt/project-infra/tree/main/robots/cmd/uploader. It uploads all our dependencies to gce. In general it is multi-layered: - the upload tool adds the RPMs to gce -...

> This obscure downloader feature could be an option to avoid the WORKSPACE rewriting: https://blog.aspect.dev/configuring-bazels-downloader That is a nice option. In general I like having them in the workspace, since...

symlinks can be directly set on the `rpmtree` target like here: https://github.com/kubevirt/kubevirt/blob/a06915c634a6bc430dac02a8bc8bee048644bdcb/rpm/BUILD.bazel#L1377.

@manuelnaranjo took over the work and landed the first parts of adding bzlmod support in #73.