URL: https://github.com/freeipa/freeipa/pull/975 Author: stlaz Title: #975: Make most of the stuff run in Python 3 by default Action: opened
PR body: """ commit ee17a770965d5a3ab02ba4c6c593678c3be1ae47 (HEAD -> py3_team_test, private/py3_team_test) Author: Stanislav Laznicka slaznick@redhat.com Date: Tue Aug 15 14:14:09 2017 +0200
Make the IPA server run under Python 3 by default
Set python3-mod_wsgi as a requirement for FreeIPA in the spec file so that httpd runs IPA server under Python 3.
https://pagure.io/freeipa/issue/4985
commit 86f0cf3da55a25e526966b8cf30fad9b7013ae5a Author: Stanislav Laznicka slaznick@redhat.com Date: Tue Aug 15 14:10:27 2017 +0200
Turn IPA scripts to python3 -bb for testing
This is a commit which expands current scripts being run under python3 by default. We set the -bb option so that any Bytes/Str error breaks execution.
This commit shall be reverted before reaching production.
https://pagure.io/freeipa/issue/4985 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/975/head:pr975 git checkout pr975
URL: https://github.com/freeipa/freeipa/pull/975 Author: stlaz Title: #975: Make most of the stuff run in Python 3 by default Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/975/head:pr975 git checkout pr975
freeipa-devel@lists.fedorahosted.org