Re: [Freeipa-devel] NTP in FreeIPA

2016-11-23 Thread David Kupka
On 22/11/16 23:15, Gabe Alford wrote: I would say that it is worth keeping in FreeIPA. I know myself and some customers use its functionality by having the clients sync to the IPA servers and have the servers sync to the NTP source. This way if the NTP source ever gets disrupted for long periods

[Freeipa-devel] [freeipa PR#257][synchronized] Don't ship install subpackages with wheels

2016-11-23 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/257 Author: tiran Title: #257: Don't ship install subpackages with wheels Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/257/head:pr257 git checkout pr257 From

[Freeipa-devel] [freeipa PR#257][comment] Don't ship install subpackages with wheels

2016-11-23 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/257 Title: #257: Don't ship install subpackages with wheels mbasti-rh commented: """ ACK, please rebase """ See the full comment at https://github.com/freeipa/freeipa/pull/257#issuecomment-262560605 -- Manage your subscription for the Freeipa-devel

[Freeipa-devel] [freeipa PR#269][opened] Prevent denial of replication updates during CA replica install

2016-11-23 Thread martbab
URL: https://github.com/freeipa/freeipa/pull/269 Author: martbab Title: #269: Prevent denial of replication updates during CA replica install Action: opened PR body: """ This PR fixes a case when CA replica install against upgraded topology hangs due to incorrectly configured ipaca replica ent

[Freeipa-devel] [freeipa PR#267][synchronized] ipa-replica-conncheck: do not close listening ports until required

2016-11-23 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/267 Author: tomaskrizek Title: #267: ipa-replica-conncheck: do not close listening ports until required Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/267/head:

[Freeipa-devel] [freeipa PR#268][opened] Build system must regenerate file when template changes

2016-11-23 Thread pspacek
URL: https://github.com/freeipa/freeipa/pull/268 Author: pspacek Title: #268: Build system must regenerate file when template changes Action: opened PR body: """ Proper fix for https://fedorahosted.org/freeipa/ticket/6498. This PR obsoletes #251. """ To pull the PR as Git branch: git remote

[Freeipa-devel] [freeipa PR#254][synchronized] Replace LooseVersion with pkg_resource.parse_version

2016-11-23 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/254 Author: tiran Title: #254: Replace LooseVersion with pkg_resource.parse_version Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/254/head:pr254 git checkout p

[Freeipa-devel] [freeipa PR#254][comment] Replace LooseVersion with pkg_resource.parse_version

2016-11-23 Thread martbab
URL: https://github.com/freeipa/freeipa/pull/254 Title: #254: Replace LooseVersion with pkg_resource.parse_version martbab commented: """ LGTM but please add the relevant ticket number into the commit message. """ See the full comment at https://github.com/freeipa/freeipa/pull/254#issuecomment

[Freeipa-devel] [freeipa PR#267][opened] ipa-replica-conncheck: do not close listening ports until required

2016-11-23 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/267 Author: tomaskrizek Title: #267: ipa-replica-conncheck: do not close listening ports until required Action: opened PR body: """ Previously, a separate thread would be created for each socket used for conncheck. It would also time out after one s

[Freeipa-devel] [freeipa PR#266][edited] ipapython: simplify Env object initialization

2016-11-23 Thread jcholast
URL: https://github.com/freeipa/freeipa/pull/266 Author: jcholast Title: #266: ipapython: simplify Env object initialization Action: edited Changed field: body Original value: """ Fully initialize Env objects in Env() instead of having to call their private methods to complete the initializat

[Freeipa-devel] [freeipa PR#266][comment] ipapython: simplify Env object initialization

2016-11-23 Thread jcholast
URL: https://github.com/freeipa/freeipa/pull/266 Title: #266: ipapython: simplify Env object initialization jcholast commented: """ Only now I have noticed that this won't actually help fixing [ticket 6482](https://fedorahosted.org/freeipa/ticket/6482). Nevermind this PR then. """ See the ful

Re: [Freeipa-devel] client-only FreeIPA build

2016-11-23 Thread Lukas Slebodnik
On (22/11/16 11:25), Rob Crittenden wrote: >Lukas Slebodnik wrote: >> On (22/11/16 16:29), Petr Spacek wrote: >>> On 22.11.2016 16:27, Jan Cholasta wrote: Hi, On 22.11.2016 16:04, Petr Spacek wrote: > Hello, > > the recent changes with regard to > http://www.freeipa.o

[Freeipa-devel] [freeipa PR#266][opened] ipapython: simplify Env object initialization

2016-11-23 Thread jcholast
URL: https://github.com/freeipa/freeipa/pull/266 Author: jcholast Title: #266: ipapython: simplify Env object initialization Action: opened PR body: """ Fully initialize Env objects in Env() instead of having to call their private methods to complete the initialization later. Do not use custo

[Freeipa-devel] [freeipa PR#265][synchronized] Add main guards to a couple of Python scripts

2016-11-23 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/265 Author: tiran Title: #265: Add main guards to a couple of Python scripts Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/265/head:pr265 git checkout pr265 Fr

[Freeipa-devel] [freeipa PR#254][synchronized] Replace LooseVersion with pkg_resource.parse_version

2016-11-23 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/254 Author: tiran Title: #254: Replace LooseVersion with pkg_resource.parse_version Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/254/head:pr254 git checkout p

[Freeipa-devel] [freeipa PR#264][synchronized] Python3 pylint fixes

2016-11-23 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/264 Author: tiran Title: #264: Python3 pylint fixes Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/264/head:pr264 git checkout pr264 From 07a5c1a62f2a42728544a3

[Freeipa-devel] [freeipa PR#264][synchronized] Python3 pylint fixes

2016-11-23 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/264 Author: tiran Title: #264: Python3 pylint fixes Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/264/head:pr264 git checkout pr264 From 07a5c1a62f2a42728544a3

[Freeipa-devel] [freeipa PR#265][opened] Add main guards to a couple of Python scripts

2016-11-23 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/265 Author: tiran Title: #265: Add main guards to a couple of Python scripts Action: opened PR body: """ Signed-off-by: Christian Heimes """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfree

[Freeipa-devel] [freeipa PR#264][opened] Python3 pylint fixes

2016-11-23 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/264 Author: tiran Title: #264: Python3 pylint fixes Action: opened PR body: """ Sprinkle 'pylint disable' comments over the code base to silence a bunch of pylint warnings on Python 3. All silenced warnings are harmless and not bugs. https://fedora