summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Revert "first pass at splitting off certmaster"Michael DeHaan2008-02-251-1/+2
| | | | This reverts commit 6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838.
* first pass at splitting off certmasterAdrian Likins2008-02-251-2/+1
|
* add test/ and test/unittest to the dirs to cleanupAdrian Likins2008-01-291-1/+1
|
* Fixed async_test.py for all success/failure cases. Still need to tweak the ↵Michael DeHaan2008-01-241-0/+5
| | | | | | | code so that failure information for remote commands can be obtained (i.e. detals of the exceptions) without reading the remote logs. Async is weird because the information can't come back in faults (well, it can, but we don't want it to).
* add unittest targetAdrian Likins2008-01-161-0/+3
|
* add /var/lib/func/* to packagingAdrian Likins2007-12-181-2/+5
|
* Added docs for func-inventoryMichael DeHaan2007-10-231-0/+1
|
* Fix up recursive pylint and pychecker rules.James Bowes2007-10-021-2/+2
|
* Moved code under the func namespace.Devan Goodwin2007-10-021-2/+2
| | | | | | Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.
* just reorging a bitAdrian Likins2007-09-281-17/+19
|
* Add manpage for certmaster-ca.Michael DeHaan2007-09-271-0/+1
|
* it only seems fair to have "make money" count makefiles as wellAdrian Likins2007-09-271-1/+2
|
* util makefile in scripts/Adrian Likins2007-09-271-2/+7
| | | | | | | add "make money" target in makefile that runs sloccount on all the source dirs Yeah, useful isnt it?
* just some prettyifyingAdrian Likins2007-09-271-9/+6
|
* top level targs for "pyflakes" and "pychecker"Adrian Likins2007-09-271-0/+5
| | | | just for kicks
* make "make clean" go into the subdirs and run makeclean thereAdrian Likins2007-09-271-0/+4
| | | | as well
* more targetsAdrian Likins2007-09-271-1/+15
| | | | | make install_hardest does a clean_hardest (removes everything, and the rpm) then builds an rpm, installs it, and starts up the daemons
* add clean_hard, clean_harder that removes the site-packages/func tree entirely,Adrian Likins2007-09-271-1/+17
| | | | | | | | and removes /etc/pki/func, /var/lib/func, and /etc/func add corresponing install_hard, install_harder add "recombuild" target that does a install_harder, and restarts the services
* Adding manpages and misc spec/build cleanupMichael DeHaan2007-09-251-11/+9
|
* Renamed server to minion and client to overlordRobin Norwood2007-09-251-2/+2
|
* first pass at packaging stuffAdrian Likins2007-09-201-0/+57
version is 0.11-1 (this one goes to .11) "make rpms" should build a rpm from the setup.py and func.spec