Re: [Freeipa-devel] [PATCH] 14 Run lint during each build

2011-05-02 Thread Martin Kosek
On Thu, 2011-04-28 at 18:22 +0200, Jan Cholasta wrote: On 28.4.2011 08:57, Martin Kosek wrote: On Wed, 2011-04-27 at 13:52 -0400, Dmitri Pal wrote: On 04/27/2011 12:33 PM, Adam Young wrote: On 04/27/2011 10:24 AM, Martin Kosek wrote: On Wed, 2011-04-27 at 09:56 -0400, Adam Young wrote:

Re: [Freeipa-devel] [PATCH] 15 Report missing python packages

2011-05-02 Thread Martin Kosek
On Thu, 2011-04-28 at 18:50 +0200, Jan Cholasta wrote: Improved make-lint to report missing external python packages and fixed a few little bugs in it. I'd like to ask someone (preferably a native English speaker) to go through the new error messages (at the beginning and end of make-lint)

[Freeipa-devel] [PATCH] 057 Bad return values for ipa-rmkeytab command

2011-05-02 Thread Martin Kosek
ipa-rmkeytab returns success even when the realm passed to the program is not found in a keytab. This patch adds an explanatory error message and returns error code 5 - Principal or realm not found. https://fedorahosted.org/freeipa/ticket/694 From 8e37ba72a98d5b6ecbd68ef6ddae0b4c1d8bd889 Mon Sep

[Freeipa-devel] [PATCH] 057 Bad return values for ipa-rmkeytab command

2011-05-02 Thread Martin Kosek
ipa-rmkeytab returns success even when the realm passed to the program is not found in a keytab. This patch adds an explanatory error message and returns error code 5 - Principal or realm not found. https://fedorahosted.org/freeipa/ticket/694 From 8e37ba72a98d5b6ecbd68ef6ddae0b4c1d8bd889 Mon Sep

[Freeipa-devel] [PATCH] 058 LDAP Updater may crash IPA installer

2011-05-02 Thread Martin Kosek
Kudos to Jan Zeleny who found the bug (or the bug found him) :-) --- Fix a logging error in ipa-ldap-updater which may cause IPA installer to crash. https://fedorahosted.org/freeipa/ticket/1199 From af0aa3dfd1d2f59c2937b58b95f977ff0a0b4337 Mon Sep 17 00:00:00 2001 From: Martin Kosek

Re: [Freeipa-devel] [PATCH] 058 LDAP Updater may crash IPA installer

2011-05-02 Thread Rob Crittenden
Martin Kosek wrote: Kudos to Jan Zeleny who found the bug (or the bug found him) :-) --- Fix a logging error in ipa-ldap-updater which may cause IPA installer to crash. https://fedorahosted.org/freeipa/ticket/1199 ack, pushed to master and ipa-2-0

[Freeipa-devel] Announcing FreeIPA 2.0.1

2011-05-02 Thread Rob Crittenden
The FreeIPA Project is proud to announce the latest bugfix release of the FreeIPA. As always, the latest tarball can be found at http://freeipa.org/ == Highlights == * Fixed a number of issues uncovered by pylint in preparation for executing it as part of the freeIPA build process. *

Re: [Freeipa-devel] [PATCH] admiyo-0226-Added-a-container-for-the-facet

2011-05-02 Thread Endi Sukma Dewata
On 4/27/2011 9:39 PM, Endi Sukma Dewata wrote: On 4/27/2011 8:47 PM, Adam Young wrote: The more I think about it, the more I think that this structure can be created by the navigation code, and then passed to the entity to populate. The entity-header function moves to navigation.js, but does

Re: [Freeipa-devel] [PATCH] admiyo-0226-Added-a-container-for-the-facet

2011-05-02 Thread Adam Young
On 05/02/2011 09:28 PM, Endi Sukma Dewata wrote: On 4/27/2011 9:39 PM, Endi Sukma Dewata wrote: On 4/27/2011 8:47 PM, Adam Young wrote: The more I think about it, the more I think that this structure can be created by the navigation code, and then passed to the entity to populate. The