fix mode name
This commit is contained in:
parent
be6ae53fb6
commit
a9fc077a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ REPO_EXPIRED = REPO_STATES['EXPIRED']
|
|||
REPO_DELETED = REPO_STATES['DELETED']
|
||||
REPO_PROBLEM = REPO_STATES['PROBLEM']
|
||||
|
||||
REPO_MERGE_MODES = set(['koji', 'simple', 'dumb'])
|
||||
REPO_MERGE_MODES = set(['koji', 'simple', 'bare'])
|
||||
|
||||
# buildroot states
|
||||
BR_STATES = Enum((
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue