kojira: allow setting ccache in config
patch contributed by frank-mdc Fixes https://pagure.io/koji/issue/4137
This commit is contained in:
parent
0a7e76d9ad
commit
37a3d4e4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -830,7 +830,7 @@ def get_options():
|
|||
'sleeptime', 'expired_repo_lifetime',
|
||||
'repo_lifetime', 'reference_recheck_period')
|
||||
str_opts = ('topdir', 'server', 'user', 'password', 'logfile', 'principal', 'keytab',
|
||||
'cert', 'serverca')
|
||||
'cert', 'serverca', 'ccache')
|
||||
bool_opts = ('verbose', 'debug', 'ignore_stray_repos', 'offline_retry',
|
||||
'no_ssl_verify', 'check_external_repos', 'ignore_other_volumes')
|
||||
legacy_opts = ('delete_batch_size',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue