Skip to content

Commit

Permalink
Add epel-10 testing-farm support
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Aug 22, 2024
1 parent e066428 commit c6caa4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packit_service/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,15 @@
"epel-7": "centos-7",
"epel-8": "centos-stream-8",
"epel-9": "centos-stream-9",
"epel-10": "centos-stream-10",
}

DEFAULT_MAPPING_INTERNAL_TF = {
"epel-6": "rhel-6",
"epel-7": "rhel-7",
"epel-8": "rhel-8",
"epel-9": "centos-stream-9",
"epel-10": "centos-stream-10",
}

COMMENT_REACTION = "eyes"
Expand Down

0 comments on commit c6caa4c

Please sign in to comment.