summaryrefslogtreecommitdiffstats
path: root/ipapython/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* DNSSEC: add ipapk11helper moduleMartin Basti2014-10-211-1/+1
| | | | | | | | | | | | Tickets: https://fedorahosted.org/freeipa/ticket/3801 https://fedorahosted.org/freeipa/ticket/4417 Design: https://fedorahosted.org/bind-dyndb-ldap/wiki/BIND9/Design/DNSSEC Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: David Kupka <dkupka@redhat.com>
* ipaplatform: Change makefiles to accomodate for new platform packageTomas Babej2014-06-161-1/+1
| | | | | | https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
* Use /usr/bin/python2Xiao-Long Chen2014-01-031-4/+4
| | | | | | | | | | | | Part of the effort to port FreeIPA to Arch Linux, where Python 3 is the default. FreeIPA hasn't been ported to Python 3, so the code must be modified to run /usr/bin/python2 https://fedorahosted.org/freeipa/ticket/3438 Updated by pviktori@redhat.com
* Introduce platform-specific adaptation for services used by FreeIPA.Alexander Bokovoy2011-09-131-1/+1
| | | | | | | | | Refactor FreeIPA code to allow abstracting all calls to external processes and dependencies on modification of system-wide configuration. A platform provider would give its own implementation of those methods and FreeIPA would use it based on what's built in packaging process. https://fedorahosted.org/freeipa/ticket/1605
* Add default python encoding module to reset default from ascii to utf-8Rob Crittenden2010-10-221-1/+18
| | | | Also clean up some duplicate files in the rpm for the UI.
* Rename ipa-python directory to ipapython so it is a real python libraryRob Crittenden2009-02-091-0/+28
We used to install it as ipa, now installing it as ipapython. The rpm is still ipa-python.