Brian C. Lane

Results 98 comments of Brian C. Lane

It should gracefully handle not having a channel code, as long as the checksum matches it should parse it. Maybe use 'U' for unknown channel?

No, they should not be combined. AIS doesn't split messages between channels. When feeding messages to the parser they need to be from the same channel and sequence, and in...

> What do you mean by "switching"? I still have issues, for instance, in Circle CI to get this dependency... Change the import to `github.com/wcharczuk/go-chart/v2`

Can this be integrated into the test-src makefile target like #1083 was? It should be easy to run these kinds of tests locally if they are going to be required...

Is the delay in grub, or in the kernel/initrd?

@mahdiaqallal For grub2 problems in Fedora you should file a bug at https://bugzilla.redhat.com against the grub2 component. For the Lorax changes the discussion is happening on the fedora-devel mailing list,...

In my use of ansible the lineinfile and blockinfile modules have been the most useful. They don't allow for uncontrolled scripting, but do allow users to tweak their configurations to...

> any challenges that might prevent Ansible from being used for the build-time/pre-boot tasks? The general problem we've run into with using ansible for pre-boot configuration is that it isn't...

Replace `$releasever` and `$basearch` with the correct values in the source definition. osbuild doesn't support the dnf variable substitutions.

I'm fairly sure that this is only a problem on Windows. See https://peps.python.org/pep-0597/#motivation In lorax I ended up adding it to the pocketlint FalsePositive list since there is no expectation...