[Freeipa-devel] [freeipa PR#786][opened] ipa-server-install: fix uninstall

flo-renaud freeipa-github-notification at redhat.com
Mon May 15 15:18:39 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/786
Author: flo-renaud
 Title: #786: ipa-server-install: fix uninstall
Action: opened

PR body:
"""
ipa-server-install --uninstall fails to stop tracking the certificates
because it assigns a tuple to the variable nicknames, then tries to
call nicknames.append(). This is a regression introduced by 92a08266.

Assignment should be done using nicknames = list(self.tracking_reqs) instead.

https://pagure.io/freeipa/issue/6950
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/786/head:pr786
git checkout pr786
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-786.patch
Type: text/x-diff
Size: 1175 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20170515/8040fb27/attachment.bin>


More information about the Freeipa-devel mailing list