summaryrefslogtreecommitdiff
path: root/server/autoserv_parser.py
AgeCommit message (Expand)AuthorFilesLines
2009-06-18add two logging-related options to autoserv:showard1-2/+7
2009-05-13Adds a -G to autoserv to be able to set host_group_name in the group keyvalsmbligh1-1/+4
2009-05-13Fix args splitting when we don't have anymbligh1-1/+2
2009-05-13Consolidate control files to one central one.mbligh1-0/+3
2009-03-25Add support for running autoserv with a "--collect-crashinfo" flagjadmanski1-0/+3
2009-02-26Have autoserv_parser parse an empty argument list when initialized tombligh1-1/+7
2009-02-17Cleaned up some useless imports and moved autoser_parser actual argumentmbligh1-1/+0
2009-01-13Created a client/common_lib/utils/import_site_class function to take mbligh1-9/+4
2008-12-03Refactor the core pidfile code out of autoserv and into a common libjadmanski1-2/+2
2008-11-26Add an --install-in-tmpdir option to autoserv that allows us to changejadmanski1-0/+4
2008-11-19Enable autoserv to operate without a results directorymbligh1-1/+5
2008-11-05Add a formal cleanup phase to the scheduler flow.showard1-3/+3
2008-10-21Enforce use of a directory to put results in from autoservmbligh1-2/+1
2008-07-24Added the aditional -s flag which specifies that a test is server side.mbligh1-0/+3
2008-07-09Add support to job.repair for host protections, specified through ajadmanski1-3/+9
2008-06-06Convert all python code to use four-space indents instead of eight-space tabs.jadmanski1-83/+83
2008-06-05Changed the autoserv_parser to simple re-direct to getopts.mbligh1-55/+70
2008-06-02Fixed horrible bug in autoserv when given the argument -hmbligh1-2/+2
2008-06-02Factored parser out into a singleton that can be accessed anywhere. Also all...mbligh1-0/+87