summaryrefslogtreecommitdiffstats
path: root/ipa-python/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Redo the way versioning works in freeIPA.Rob Crittenden2008-05-051-77/+0
| | | | | | | | | | | | | | | | | The file VERSION is now the sole-source of versioning. The generated .spec files will been removed in the maintainer-clean targets and have been removed from the repository. By default a GIT build is done. To do a non-GIT build do: $ make TARGET IPA_VERSION_IS_GIT_SNAPSHOT=no When updating the version you can run this to regenerate the version: $ make version-update The version can be determined in Python by using ipaserver.version.VERSION
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-0/+17
|
* Update versions for release.Karl MacMillan2007-12-211-2/+2
|
* Fix ipa-python packagingMark McLoughlin2007-12-131-1/+1
| | | | | | | | | | | Latest Fedora 9 python distutils generates .egg-info files; follow the recommendation at: http://fedoraproject.org/wiki/Packaging/Python/Eggs and just package everything under %{python_sitelib}/ Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Bump the version numbers for release. Also removeKarl MacMillan2007-11-211-1/+1
| | | | | | specific version check on freeradius. Packages aren't available and the freeradius support isn't ready anyway.
* Bump versions for release.Karl MacMillan2007-11-011-5/+3
|
* Use setup.py for ipa-python from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-161-0/+62