pkgset: Ignore deleted module builds
JIRA: COMPOSE-4058 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
e7a58ccd07
commit
52f82ccc6e
3 changed files with 61 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ from .. import util
|
|||
from ..arch_utils import getBaseArch
|
||||
|
||||
|
||||
KOJI_BUILD_DELETED = koji.BUILD_STATES['DELETED']
|
||||
|
||||
|
||||
class KojiWrapper(object):
|
||||
lock = threading.Lock()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue