Skip to content

Commit aa1ffde

Browse files
Properly transform ELN chroots to compose (#2844)
Properly transform ELN chroots to compose The right compose name is Fedora-eln. Reviewed-by: gemini-code-assist[bot] Reviewed-by: Matej Focko
2 parents dd04299 + 635159d commit aa1ffde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packit_service/worker/helpers/testing_farm_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def distro2compose(
231231
.replace("Rhel", "RHEL")
232232
.replace("Oraclelinux", "Oracle-Linux")
233233
.replace("Latest", "latest")
234+
.replace("Eln", "eln")
234235
)
235236
if compose == "CentOS-Stream":
236237
compose = "CentOS-Stream-8"

0 commit comments

Comments
 (0)