[Freeipa-devel] [PATCHES 180-181] Fix forwardzone update

Martin Basti mbasti at redhat.com
Thu Jan 8 15:53:08 UTC 2015


On 08/01/15 16:42, Petr Spacek wrote:
> On 7.1.2015 13:56, Martin Basti wrote:
>> +        for config_option in container_entry.get("ipaConfigString", []):
>> +            matched = re.match(r"^DNSVersion\s+(?P<version>%d)$",
> %d is C-ishm which does not work
>
>> +                               config_option, flags=re.I)
>> +            if matched and matched.group("version") >= 1:
> group("version") should be converted to int before comparison
>
> Otherwise it seems that zone update itself works flawlessly for me.
>
> HUGE NACK :-D
>
Stupid me.
Updated patches attached.

-- 
Martin Basti

-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-mbasti-0180.2-Fix-Upgrade-forwardzones-zones-after-adding-newer-re.patch
Type: text/x-patch
Size: 7283 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20150108/0bf2a441/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-mbasti-0181.2-Fix-zone-find-during-forwardzone-upgrade.patch
Type: text/x-patch
Size: 1232 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20150108/0bf2a441/attachment-0001.bin>


More information about the Freeipa-devel mailing list