set a default for mockhost so kojid can (hopefully) work out-of-the-box
This commit is contained in:
parent
b877fbe5eb
commit
1de3c501b1
1 changed files with 1 additions and 1 deletions
|
|
@ -2354,7 +2354,7 @@ def get_options():
|
|||
'mockuser': 'kojibuilder',
|
||||
'packager': 'koji',
|
||||
'vendor': 'koji',
|
||||
'mockhost': None,
|
||||
'mockhost': 'linux-gnu',
|
||||
'smtphost': 'mail@example.com',
|
||||
'from_addr': 'Koji Build System <buildsys@example.com>',
|
||||
'krb_principal': None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue