[Freeipa-devel] [freeipa PR#238][comment] Build system refactoring phase 8: update translation system

2016-11-17 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/238 Title: #238: Build system refactoring phase 8: update translation system tiran commented: """ Build is failing: ``` Can't exec "autopoint": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345. autoreconf: failed to

[Freeipa-devel] [freeipa PR#250][+ack] ipapython and ipatest no longer require lxml

2016-11-17 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/250 Title: #250: ipapython and ipatest no longer require lxml Label: +ack -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

[Freeipa-devel] [freeipa PR#177][comment] Add options to write lightweight CA cert or chain to file

2016-11-17 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/177 Title: #177: Add options to write lightweight CA cert or chain to file tiran commented: """ pylint fails: ``` Pylint is running, please wait ... * Module ipalib.x509 ipalib/x509.py:161: [E0602(undefined-variable), pkcs7_to_pems]

[Freeipa-devel] [freeipa PR#250][+pushed] ipapython and ipatest no longer require lxml

2016-11-17 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/250 Title: #250: ipapython and ipatest no longer require lxml Label: +pushed -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

[Freeipa-devel] [freeipa PR#250][comment] ipapython and ipatest no longer require lxml

2016-11-17 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/250 Title: #250: ipapython and ipatest no longer require lxml mbasti-rh commented: """ Fixed upstream master: https://fedorahosted.org/freeipa/changeset/c93bfda594723357f3ff9f4eb8191f3d76df680f """ See the full comment at

[Freeipa-devel] [freeipa PR#250][closed] ipapython and ipatest no longer require lxml

2016-11-17 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/250 Author: tiran Title: #250: ipapython and ipatest no longer require lxml Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/250/head:pr250 git checkout pr250 --

[Freeipa-devel] [freeipa PR#250][opened] ipapython and ipatest no longer require lxml

2016-11-17 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/250 Author: tiran Title: #250: ipapython and ipatest no longer require lxml Action: opened PR body: """ Commits 64af88fe and 9fbd29cc have removed dependency on lxml. Signed-off-by: Christian Heimes """ To pull the PR as Git

[Freeipa-devel] [freeipa PR#249][+ack] Remove references to ds_newinst.pl

2016-11-17 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/249 Title: #249: Remove references to ds_newinst.pl Label: +ack -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#251][opened] Add rebuild rule for template files

2016-11-17 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/251 Author: tiran Title: #251: Add rebuild rule for template files Action: opened PR body: """ CONFIG_STATUS_DEPENDENCIES ensure that 'make' will re-run configure after any of the template files (freeipa.spec.in, ipasetup.py.in...) have been

[Freeipa-devel] [freeipa PR#252][opened] Use namespace-aware meta importer for ipaplatform

2016-11-17 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/252 Author: tiran Title: #252: Use namespace-aware meta importer for ipaplatform Action: opened PR body: """ Instead of symlinks and build-time configuration the ipaplatform module is now able to auto-detect platforms on import time. The meta

[Freeipa-devel] [patch]pytest-multihost: Add external_ip parameter to specify external_ip when using openstack

2016-11-17 Thread Niranjan
Greetings, When using pytest multihost to connect with hosts provisioned in openstack, it's required to have ability for the test to use floating ip[external ip]. This patch adds another attribute external_ip parameter under hosts . Regards Niranjan From

[Freeipa-devel] [freeipa PR#252][synchronized] Use namespace-aware meta importer for ipaplatform

2016-11-17 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/252 Author: tiran Title: #252: Use namespace-aware meta importer for ipaplatform Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/252/head:pr252 git checkout

[Freeipa-devel] [freeipa PR#177][synchronized] Add options to write lightweight CA cert or chain to file

2016-11-17 Thread frasertweedale
URL: https://github.com/freeipa/freeipa/pull/177 Author: frasertweedale Title: #177: Add options to write lightweight CA cert or chain to file Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/177/head:pr177

[Freeipa-devel] [freeipa PR#238][comment] Build system refactoring phase 8: update translation system

2016-11-17 Thread pspacek
URL: https://github.com/freeipa/freeipa/pull/238 Title: #238: Build system refactoring phase 8: update translation system pspacek commented: """ Good catch, fixed & rebased on top of current master. """ See the full comment at https://github.com/freeipa/freeipa/pull/238#issuecomment-261467199

[Freeipa-devel] [freeipa PR#253][comment] Add .eggs to Gitignore

2016-11-17 Thread pspacek
URL: https://github.com/freeipa/freeipa/pull/253 Title: #253: Add .eggs to Gitignore pspacek commented: """ @tiran Please provide me a ticket number which is linked to the commits which caused creation of .eggs. Thanks. """ See the full comment at

[Freeipa-devel] [freeipa PR#251][comment] Add rebuild rule for template files

2016-11-17 Thread pspacek
URL: https://github.com/freeipa/freeipa/pull/251 Title: #251: Add rebuild rule for template files pspacek commented: """ NACK: - the variable is defined incorrectly, it should be in configure.ac (see Automake manual chapter [16 Rebuilding