[Freeipa-devel] [PATCHES 202-222] Ipaplatform refactoring

Tomas Babej tbabej at redhat.com
Thu Jun 19 13:52:36 UTC 2014


On 06/19/2014 12:52 PM, Tomas Babej wrote:
> On 06/18/2014 10:52 AM, Petr Viktorin wrote:
>> On 06/17/2014 02:15 PM, Tomas Babej wrote:
>>> On 06/17/2014 12:03 PM, Timo Aaltonen wrote:
>>>> On 17.06.2014 11:16, Martin Kosek wrote:
>>> Attached is a new version of patch 226, and a new patch 228, which moves
>>> the paths from installers to the paths module.
>> In patch 226, there's another "certificated" typo in
>> remove_ca_cert_from_systemwide_ca_store
>>
>>> I greped the repository, and I do not see many paths lurking around any
>>> more, there are only some in the error messages (as these can't be
>>> reliably replaced automatically, and will need some manual love).
>>>
>>> If you see any forgotten paths, which should be added to the module, let
>>> me know.
>>
>> I see another duplicate:
>>     SSS_KRB5_INCLUDE_D = "/var/lib/sss/pubconf/krb5.include.d"
>>     SSSD_PUBCONF_KRB5_INCLUDE_D_DIR =
>> "/var/lib/sss/pubconf/krb5.include.d/"
>>
>>
>> Rather than using e.g.
>>     filename = paths.VAR_KERBEROS_KRB5KDC_DIR + file
>> It would be cleaner to use
>>     filename = os.path.join(paths.VAR_KERBEROS_KRB5KDC_DIR, file)
>>
>>
> Fixed all mentioned issues. I also attached a patch 230, which removes
> the base Authconfig class.
>
Attaching one additional patch, which removes unnecessary build warnings.

-- 
Tomas Babej
Associate Software Engineer | Red Hat | Identity Management
RHCE | Brno Site | IRC: tbabej | freeipa.org 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-tbabej-0231-ipaplatform-Fix-build-warnings.patch
Type: text/x-patch
Size: 1120 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20140619/6cd2fa2d/attachment.bin>


More information about the Freeipa-devel mailing list