mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
18 lines
452 B
Plaintext
18 lines
452 B
Plaintext
variant_as_lookaside = [
|
|
("AppStream", "BaseOS"),
|
|
("HighAvailability", "BaseOS"),
|
|
("HighAvailability", "AppStream"),
|
|
("RT", "BaseOS"),
|
|
("RT", "AppStream"),
|
|
("NFV", "BaseOS"),
|
|
("NFV", "AppStream"),
|
|
("CRB", "BaseOS"),
|
|
("CRB", "AppStream"),
|
|
("SAP", "BaseOS"),
|
|
("SAP", "AppStream"),
|
|
("SAP", "HighAvailability"),
|
|
("SAPHANA", "BaseOS"),
|
|
("SAPHANA", "AppStream"),
|
|
("SAPHANA", "HighAvailability"),
|
|
]
|