-
Notifications
You must be signed in to change notification settings - Fork 16
Split out distro list into its own doc and add fedora/26/atomic/nightly #45
Conversation
The term "nightly" upsets me 😄 At least now Fedora releng sometimes does things twice a day. How about we just match the Fedora releng terms, i.e. it's |
Ahh interesting. It does indeed appear to sometimes be composed more than once a day (looking at https://kojipkgs.fedoraproject.org/compose/branched/).
Hmm, this might be bikeshed, though I think I'd really prefer to keep the Or we could also just name it |
For ostree refs at least the convention is to have "qualifiers" in the middle, and the end part describes the system. Admittedly I made that up...but it does predate PAPR and looks similar. We might actually ask the question whether the PAPR name needs to be distinct from the ostree ref; if your look at it as a "selector", perhaps one could drop "x86_64" and have it be the default. |
IOW, it's |
I think I'd be OK with renaming the atomic ones to
Though note that we also support the cloud images. Another issues is that we could have multiple streams that all have the same ostree ref (but at different stages of promotion). IIRC, that's the case currently for the twoweek composes until one is chosen for release, right? So then, it seems more important for the names to not denote the ostree ref, but the origin of the stream itself, e.g. official vs non-official, released vs. testing, etc... |
I opened #46 to track the renaming to |
I mean, ideally, this would be done solely through ostree branches and promotions. But AIUI that's not how it works right now. |
@cgwalters Does this work for now? |
Sure. |
It was getting a bit crammed listing all the supported distros in the sample YAML. Split that out into its own doc.
See commits comments.