summaryrefslogtreecommitdiffstats
path: root/func.spec
Commit message (Collapse)AuthorAgeFilesLines
* add changelog entry about removal of version fileAdrian Likins2009-02-181-0/+3
|
* remove version file and update spec/makefile/setup.pyAdrian Likins2009-02-181-3/+2
|
* Capitalized config files for bridge and vlan modulesJasper Capel2009-02-021-2/+2
|
* Added vlan config file to spec and setup.pyJasper Capel2009-02-021-0/+1
|
* Added configfile for bridge module and added it to the .spec file.Jasper Capel2009-02-021-0/+1
|
* certspec: Try to simplify the support for rhel3+python2.3 a little bit.Adrian Likins2009-01-191-4/+8
| | | | | | | | | | 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-3/+28
| | | | 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/+4
|
* add some missing dirsAdrian Likins2008-12-081-0/+9
| | | | fix for bugzilla #474644
* * Minor spec file tweak.Silas Sewell2008-11-251-3/+2
|
* add Test.conf module to spec file to fix build failureAdrian Likins2008-10-311-0/+1
|
* update changelogAdrian Likins2008-09-021-0/+3
|
* func.spec: remove requirement for pyyaml, add python-simplejsonAdrian Likins2008-07-181-1/+1
|
* Merge branch 'ssalevan_delegation'Michael DeHaan2008-07-111-0/+6
|\ | | | | | | | | | | | | | | Conflicts: func.spec func/minion/modules/certmastermod.py setup.py
| * Adding in a command-line map building tool,Steve Salevan2008-06-271-0/+5
| | | | | | | | | | adjusting spec and setup.py to account for new PyYAML dependency and new script
* | Create a manpage for func-transmit and package it.Michael DeHaan2008-07-071-0/+1
| |
* | Including yaml parser for use by Func-transmit, as we want to make sure we haveMichael DeHaan2008-07-071-0/+2
| | | | | | | | one around that is compatible with older Python, and also tweaked not to do crayz things with stream layout.
* | Added func-transmit (Marco's version + tweaks) which allows calling Func via ↵Michael DeHaan2008-07-071-0/+4
| | | | | | | | 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-0/+3
| |
* | Merge branch 'kadamski-async2'Michael DeHaan2008-07-021-0/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: func/overlord/cmd_modules/ping.py
| * | Add support for forcing some long running methods to be called in async mode ↵Krzysztof A. Adamski2008-06-291-0/+1
| |/ | | | | | | from command line.
* | update changelogMichael DeHaan2008-06-301-0/+3
| |
* | fix fedora bug #441283 - typo in postinstall scriptletAdrian Likins2008-06-281-1/+5
|/ | | | (the init.d symlinks for runlevels 1 and 6 were created wrong)
* Disable update script after having some problems on mdehaan's F8 boxMichael DeHaan2008-03-071-5/+2
|
* we no longer use /etc/pki/func, remove it from the buildAdrian Likins2008-03-041-1/+0
|
* add /usr/bin/update-func to specAdrian Likins2008-03-031-0/+5
|
* add update script to %postAdrian Likins2008-03-031-0/+4
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2008-02-251-2/+2
|\
| * initial work on "func '*' check" command for diagnosing basic setup problems,Michael DeHaan2008-02-211-2/+2
| | | | | | | | still more to do.
* | splitting off certmasterAdrian Likins2008-02-251-16/+5
|/
* Adding build script to help with pushes.Michael DeHaan2008-02-081-0/+3
|
* Get ready for release but also fix func-inventory so it understands the new ↵Michael DeHaan2008-02-041-41/+12
| | | | hierarchies found in things such as the netapp module.
* Add overlord netapp module so we can create filer objects. Hot.John Eckersberg2008-02-041-0/+1
|
* add netapp/* modules to spec fileAdrian Likins2008-02-041-0/+9
| | | | still need a clean way to do this I think.
* Added in func-create-module to make boilerplate module code. spec, setup and ↵Steve 'Ashcrow' Milner2008-01-131-1/+4
| | | | version updated as well (oops).
* Fix RPM macroMichael DeHaan2008-01-101-1/+1
|
* add /var/lib/func/* to packagingAdrian Likins2007-12-181-0/+5
|
* apply patch from Eli Criffield <elicriffield@gmail.com> forAdrian Likins2007-12-131-5/+41
| | | | | | running on Suse (fixing up spec and init-scripts to be suse compatible)
* Fix for F9 builds re: Python eggsMichael DeHaan2007-12-111-0/+6
|
* Applied James Anthill's patch to generalize "show" features, plus a releaseMichael DeHaan2007-12-111-0/+3
| | | | bump preparing for a new release to Fedora and EPEL mirrors.
* Adds the filetracker module, originally developed by fordship, with some ↵Michael DeHaan2007-10-261-0/+1
| | | | | | | | | tweaks. "func spec call filetracker track filename" can be used to track a file, and "func spec call filetracker untrack filename" removes it. Then it shows up with lots of data using "func spec call filetracker inventory". Addition can also specify for the contents of data in the said files to be noted in inventory. Additionally, the inventory function can be told to return data structures instead of an easily-diffable list, and the checksums can be enabled/disabled.
* Format changelogMichael DeHaan2007-10-261-1/+1
|
* Misc. changes from the Fedora package review.Michael DeHaan2007-10-261-2/+12
|
* Added the first part of the service inventory code (chkconfig state) .. next ↵Michael DeHaan2007-10-251-2/+2
| | | | | | up is the list of currently running services.
* Added docs for func-inventoryMichael DeHaan2007-10-231-1/+2
|
* Initial go at the func inventory app (includes git integration). Docs TBA ↵Michael DeHaan2007-10-231-1/+5
| | | | shortly.
* and add typo in %filesSeth Vidal2007-10-181-1/+1
|
* swap out minion-acl config file for minion-acl.d dir of .acl filesSeth Vidal2007-10-181-1/+5
|
* add minion-acl.conf to spec fileSeth Vidal2007-10-081-0/+1
|
* add cmd_modules contents to specAdrian Likins2007-10-081-0/+5
|