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 be ``('ubuntu',)``. It's recommended to use set literals to avoid such mistakes.
Also check for 'debian' platform.
Fixes: https://pagure.io/freeipa/issue/8937 Signed-off-by: Christian Heimes cheimes@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5959/head:pr5959 git checkout pr5959
URL: https://github.com/freeipa/freeipa/pull/5959 Author: fcami Title: #5959: Fix string check in uninstall helper Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5959/head:pr5959 git checkout pr5959
freeipa-devel@lists.fedorahosted.org