jmicanek
|
8709c632b0
|
Allow krb ccache to be configured
Access to the kernel keyring may be restricted in containers. Allow users to specify non keyring ccache for kerberos.
|
2023-02-27 18:35:53 +01:00 |
|
Mike McLean
|
f6dcf6c346
|
switch to using gssapi_login for koji
Fixes https://pagure.io/fm-orchestrator/issue/1777
koji recently dropped this old call
https://pagure.io/koji/pull-request/3599
Previously, koji was ignoring the ctx arg and wrapping gssapi_login,
so this change is completely equivalent to the old behavior.
|
2023-02-22 10:22:53 -05:00 |
|
Owen W. Taylor
|
e06a7e33cd
|
Move 'Connecting to koji <url>' messages to debug
|
2022-04-25 12:27:02 -04:00 |
|
Chenxiong Qi
|
1c0715662a
|
Cleanup module_build_service/__init__.py
Most of the code are moved to dedicated subpackages, but some others
can't due to the cycle dependencies.
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
|
2020-03-03 14:48:48 -05:00 |
|
mprahl
|
d9f32bff9d
|
Move errors.py to common/errors.py
|
2020-03-03 14:48:47 -05:00 |
|
mprahl
|
8e7a43d5ff
|
Move get_session and retry to separate modules to reduce circular imports
|
2020-03-03 14:48:47 -05:00 |
|