summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Trigger.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-43/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'fix-svn-keywords'Sol Jerome2012-03-171-1/+0
|\
| * Remove svn keywordsSol Jerome2012-02-191-1/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | make Trigger ignore temp files, VCS metadataChris St. Pierre2012-03-141-3/+10
|/
* Updated files to match PEP 257 Fabian Affolter2010-06-091-0/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5904 ce84e21b-d406-0410-9b95-82705330c041
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-0/+2
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5477 ce84e21b-d406-0410-9b95-82705330c041
* Trigger: Add Trigger pluginNarayan Desai2009-07-091-0/+33
Implement Trigger plugin. Can be used to call out when clients upload statistics packets. This plugin will call each executable within the Trigger spool directory, passing <hostname> -p <profile> -g <grouplist> The group list is delimited with colons. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5316 ce84e21b-d406-0410-9b95-82705330c041