[Freeipa-devel] [freeipa PR#5960][closed] Test "Parse cert chain as JSON not XML" against pki copr

2021-08-06 Thread rcritten via FreeIPA-devel
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

[Freeipa-devel] [freeipa PR#5960][opened] Test "Parse cert chain as JSON not XML" against pki copr

2021-08-06 Thread rcritten via FreeIPA-devel
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

[Freeipa-devel] [freeipa PR#5959][opened] Fix string check in uninstall helper

2021-08-06 Thread fcami via FreeIPA-devel
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