URL: https://github.com/freeipa/freeipa/pull/5960
Author: rcritten
Title: #5960: Test "Parse cert chain as JSON not XML" against pki copr
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5960/head:pr5960
git check
URL: https://github.com/freeipa/freeipa/pull/5960
Author: rcritten
Title: #5960: Test "Parse cert chain as JSON not XML" against pki copr
Action: opened
PR body:
"""
Run https://github.com/freeipa/freeipa/pull/5958 with injecting the pki copr
repo.
I haven't run this type of test against all
URL: https://github.com/freeipa/freeipa/pull/5959
Author: fcami
Title: #5959: Fix string check in uninstall helper
Action: opened
PR body:
"""
The install helpers used an invalid string check. ``('ubuntu')`` is
not a tuple. It's a string with superfluous parenthesis. A single-item
tuple would