Pino Toscano
Pino Toscano
> @ptoscano : Once this lands, you can add *lib.py to Makefile's `COCKPIT_REPO_FILES` and drop the code copies. sub-man-cockpit does not use `COCKPIT_REPO_FILES`; that said, as long as it is...
> @ptoscano : Ah right, that's another commit to backport :grin: Possibly, although it requires first updating the cockpit library to a newer version, which most likely means adapting to...
Hi Chris, any news on this front?
> The failed CI jobs is related to `rpmlint`. It seems that this commit has to be backported: > > [4af3f18](https://github.com/candlepin/subscription-manager/commit/4af3f18f50c2e30090f7ae28df2e8e45c695348c) > > We use Fedora 35 and it seems...
Now that #3097 was merged, this needs to be rebased/reworked on top of it. One suggestion I have: instead of `parse_bool(os.environ.get(...))`, I'd add a convenience function to "get a boolean...
Hmm it misses the fix in `RegisterCommand._get_owner_cb()` that #3148 has.
> `sudo -i` Hmm I tried this on a RHEL 9 VM, and after `sudo -i` there are no `XDG_*` environment variables set (`XDG_RUNTIME_DIR` included). What do you get in...
Hi @traffic-millions, I'm not one of the augeas maintainers, just a contributor. I tried to reproduce your issue with augeas 1.12.0 (the latest) as available in Fedora 31, and `augtool...
> 1、 I test augeas version is 1.4.0 and the operating system is EulerOS; This version is almost 5 years old, and there were lots of fixes since that. Can...
You need to come up with a reproducer then, because otherwise it is hard to understand why it is an issue (assuming it is).