diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py index e35c43a..a413997 100644 --- a/src/centpkg/__init__.py +++ b/src/centpkg/__init__.py @@ -39,6 +39,12 @@ class Commands(pyrpkg.Commands): branchre, kojiconfig, build_client, user, dist, target, quiet) + def _is_sigbranch(self): + # if the current branch is not in the form c, c-plus, + # or c-extras it's a sig branch + + return not re.match('^c\d(-plus|-extras)*$', self.branch_merge) + # redefined loaders def load_rpmdefines(self): '''