Benjamin Gilbert
Benjamin Gilbert
Thanks for rewording the issue description. vim is a simple example, but I agree that it's not a great one for the reasons you mentioned. If you'd like to work...
:+1: to adding an additional example. ZFS would work (and is arguably a better example than OpenVPN), with one caveat: it'd need to be `zfs-fuse` rather than an implementation with...
Nope, those are correct. I agree that they're written in a confusing way, with `size_mib` at the top; we should probably list `label` first. (Actually, both `number: 0` and `size_mib:...
https://github.com/coreos/fcct/blob/master/docs/examples.md#storage-and-files We don't have an example of merging a local Ignition config, though.
> Am I correct in my understanding that an embedded config (referred to as ignition.merge.source) is the child config and the one doing the embedding, e.g. the one I would...
> Uhhh, that's … good to know because I just ran `butane --strict --files-dir ./embed parent.yaml > rendered.ign.json` locally and used `ignition.config.merge.local` to refer to a Butane yaml file inside...
Great! For security, GitHub recommends splitting privileged jobs like this into two pieces, similar to [this](https://github.com/coreos/fedora-coreos-streams/blob/main/.github/workflows/print-rollouts.yml) and [this](https://github.com/coreos/fedora-coreos-streams/blob/main/.github/workflows/post-rollouts.yml). @dustymabe, is there a good place we could upload staging content? Maybe...
I'd rather not fill the production repo with a bunch of test builds. If we want to go the GitHub Pages route, maybe we could create a dedicated repo for...
The current text doesn't support that reading, though. First, if the entire document were only meant to apply to 2.2 or above, this sentence would not need to be phrased...
The build tag is [not the same as the distribution version](https://packaging.python.org/en/latest/specifications/binary-distribution-format/#file-name-convention), and most wheels don't have a build tag at all. So, the behavior you're describing seems correct to me....