[Freeipa-devel] [freeipa PR#272][comment] Build: makerpms.sh generates Python 2 & 3 packages at the same time

martbab freeipa-github-notification at redhat.com
Fri Dec 9 13:47:20 UTC 2016


  URL: https://github.com/freeipa/freeipa/pull/272
Title: #272: Build: makerpms.sh generates Python 2 & 3 packages at the same time

martbab commented:
"""
I have re-built RPMs in the F25 image and found out that the /usr/bin/ipa command has the following shebang:
```
#!/usr/bin/python3
```
so this one is the culprit. `ipa-run-tests` has python2 shebang. Keep in mind that before running tests `ipa ping` is called to a) test the functionality of the installation and b) to prepare ~/.ipa directory for tests. I can remove this call if needed but IMHO it is a bug.

"""

See the full comment at https://github.com/freeipa/freeipa/pull/272#issuecomment-266017423


More information about the Freeipa-devel mailing list