summaryrefslogtreecommitdiffstats
path: root/version
Commit message (Collapse)AuthorAgeFilesLines
* certspec: Try to simplify the support for rhel3+python2.3 a little bit.Adrian Likins2009-01-191-1/+1
| | | | | | | | | | We let distutils do the /usr/bin/python path munging for the files that need it (aka, everything in "scripts"). So we can get rid of the patch for this (we also cleaned up all the files that had a #! set that didn't need it) Some minor spec file formatting changes as well
* The first patch makes changes to the spec for building against a custom ↵Greg Swift2009-01-191-1/+1
| | | | python2.3 when in a rhel3 environment. When in that environment it will use the func-python2.3.patch to adjust all the python script's headers to point to the right binary.
* rev to version 0.24Adrian Likins2008-12-171-1/+1
|
* Merge branch 'ssalevan_delegation'Michael DeHaan2008-07-111-1/+1
|\ | | | | | | | | | | | | | | Conflicts: func.spec func/minion/modules/certmastermod.py setup.py
* | Added func-transmit (Marco's version + tweaks) which allows calling Func via ↵Michael DeHaan2008-07-071-1/+1
| | | | | | | | a YAML interface over stdin/stdout protocol. We still need to package yaml properly as Fedora/EPEL does not have a parser that we like well enough (FIXME). We could also change this to work over XMLRPC marshalling if so desired.
* | Release bumpMichael DeHaan2008-07-021-1/+1
| |
* | Updating AUTHORSMichael DeHaan2008-06-301-1/+1
|/
* Release bumpMichael DeHaan2008-03-061-1/+1
|
* Adding build script to help with pushes.Michael DeHaan2008-02-081-1/+1
|
* Get ready for release but also fix func-inventory so it understands the new ↵Michael DeHaan2008-02-041-1/+1
| | | | hierarchies found in things such as the netapp module.
* Added in func-create-module to make boilerplate module code. spec, setup and ↵Steve 'Ashcrow' Milner2008-01-131-1/+1
| | | | version updated as well (oops).
* add /var/lib/func/* to packagingAdrian Likins2007-12-181-1/+1
|
* Fix for F9 builds re: Python eggsMichael DeHaan2007-12-111-1/+1
|
* Applied James Anthill's patch to generalize "show" features, plus a releaseMichael DeHaan2007-12-111-1/+1
| | | | bump preparing for a new release to Fedora and EPEL mirrors.
* Misc. changes from the Fedora package review.Michael DeHaan2007-10-261-1/+1
|
* Added the first part of the service inventory code (chkconfig state) .. next ↵Michael DeHaan2007-10-251-1/+1
| | | | | | up is the list of currently running services.
* Slight docs cleanup, make usage print the proper name of the app.Michael DeHaan2007-10-231-1/+1
|
* Bump func version for release, add BuildRequires + logrotate scriptMichael DeHaan2007-09-281-1/+1
|
* update specfile and version and setup for certmaster-caSeth Vidal2007-09-261-1/+1
|
* requires pyOpenSSL otherwise certmaster won't startJesus M. Rodriguez2007-09-261-1/+1
|
* Adding manpages and misc spec/build cleanupMichael DeHaan2007-09-251-1/+1
|
* Renamed server to minion and client to overlordRobin Norwood2007-09-251-1/+1
|
* Clean up some speclint warningsJames Bowes2007-09-201-1/+1
|
* first pass at packaging stuffAdrian Likins2007-09-201-0/+1
version is 0.11-1 (this one goes to .11) "make rpms" should build a rpm from the setup.py and func.spec