Per the scare header in cmd-koji-upload [1], it is not compliant with Python3. We need to evaluate whether that is A) still the case; B) can Python3 be used?
[1] Python2: due to an issue with Kerberos Auth issue which returns errors like: [auth_gssapi:error] NO AUTH DATA Client did not send any authentication headers [auth_gssapi:error] GSS ERROR gss_localname() failed:... We are unable to use Python3. After inquiring with the Koji team, we were advised to use Python2. This code should port rather cleanly to Python3 once the Kerberos issue is cleared.
Per the scare header in
cmd-koji-upload[1], it is not compliant with Python3. We need to evaluate whether that is A) still the case; B) can Python3 be used?[1]
Python2: due to an issue with Kerberos Auth issue which returns errors like: [auth_gssapi:error] NO AUTH DATA Client did not send any authentication headers [auth_gssapi:error] GSS ERROR gss_localname() failed:... We are unable to use Python3. After inquiring with the Koji team, we were advised to use Python2. This code should port rather cleanly to Python3 once the Kerberos issue is cleared.