Jonathan Lebon

Results 135 issues of Jonathan Lebon

I really like the `git` backend and definitely like the default of `IncludeUntracked` being false, especially when srcdir == builddir. However, sometimes I do want CommandT to match untracked files,...

E.g. we currently process all files under `/var/lib/selinux/targeted` as going into `/usr/etc/selinux/targeted` instead. But the rpmdb doesn't know that. So we need to do the translation even when deleting. Another...

do-not-merge/work-in-progress

rpm-ostree/ostree not working well with SELinux being temporarily disabled has come up multiple times recently. Until we [officially support this](https://github.com/coreos/rpm-ostree/issues/971) and have CI for it, we may want to detect...

Still needs some tweaks and tests, though it works at least! ``` [root@f29-ros ~]# rpm-ostree install vagrant Checking out tree 03e9fb4... done ... Added: bsdtar-3.3.3-2.fc29.x86_64 ruby-2.5.3-100.fc29.x86_64 ruby-irb-2.5.3-100.fc29.noarch ruby-libs-2.5.3-100.fc29.x86_64 rubygem-bigdecimal-1.3.4-100.fc29.x86_64 rubygem-childprocess-0.5.9-5.fc29.noarch...

WIP
needs-rebase

Different reasons for this, this website elaborates a bit on them: https://keepachangelog.com/ But there's more to it from my POV. This will make releases easier, and I think one step...

approved
size/S
needs-rebase

Both libostree and rpm-ostree support downgrade protection. But what that means is different between the two. For libostree, downgrade protection means not fetching any commit which is older than what...

approved
needs-rebase

Hack day project. This is really rough but functional. Came out of discussions in https://github.com/coreos/rpm-ostree/pull/2854. The way this works is we add a new "mux" layer which handles either calling...

do-not-merge/work-in-progress
needs-rebase

This closes the loop on the "developer experience" when composing with lockfiles. We want to remain flexible and allow adding/removing packages from the manifest without editing lockfiles. But we still...

approved
do-not-merge/hold
needs-rebase

There's an f36 change which details support for obsoleting or EOL'ing module streams: https://fedoraproject.org/wiki/Changes/Module_Obsoletes_and_EOL Specifically, - for obsoleted modules, `dnf system-upgrade` automatically replaces the obsoleted stream by the obsoleting stream...

Today, the `rpm-ostree kargs` works is: - it reads in the default kargs from the daemon - if `--editor` is used, it uses that to generate the final set of...

kind/groundwork
area/kargs