summaryrefslogtreecommitdiffstats
path: root/minion/module_loader.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-021-112/+0
| | | | | | 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.
* remove rhpl depAdrian Likins2007-09-281-1/+2
| | | | use python gettext instead of rhpl.gettext stuff
* Fix up some module loading annoyancesAdrian Likins2007-09-251-2/+10
| | | | | | | | | | server.py: we really only need to run load_modules once module_loader.py: keep track of modules that failed to load so we don't keep trying satisfy rnorwoods curiosity
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-251-2/+1
|
* Renamed server to minion and client to overlordRobin Norwood2007-09-251-0/+104