From 54a606e785b7bff0992d367be647c72645551b2d Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sep 18 2024 03:50:57 +0000 Subject: Do not auto-request ELN modules ELN is a release branch. While acceptance of the --sl argument is determined from Bodhi, this regex is still used to determine when modules should be auto-requested. https://pagure.io/releng/issue/12273 Signed-off-by: Yaakov Selkowitz --- diff --git a/fedpkg/cli.py b/fedpkg/cli.py index d42f848..a4381a7 100644 --- a/fedpkg/cli.py +++ b/fedpkg/cli.py @@ -46,7 +46,7 @@ from fedpkg.utils import (assert_new_tests_repo, assert_valid_epel_package, get_release_branches, get_stream_branches, is_epel, new_pagure_issue, sl_list_to_dict, verify_sls) -RELEASE_BRANCH_REGEX = r'^(f\d+|el\d+|epel\d+)$' +RELEASE_BRANCH_REGEX = r'^(f\d+|el\d+|eln|epel\d+)$' LOCAL_PACKAGE_CONFIG = 'package.cfg' BODHI_TEMPLATE = """\