summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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