Skip to content

Commit 635159d

Browse files
committed
Properly transform ELN chroots to compose
The right compose name is `Fedora-eln`. Signed-off-by: Nikola Forró <[email protected]>
1 parent dd04299 commit 635159d

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)