- cc03864 Make site_utils import conditional on file's existance by mbligh · 16 years ago
- fa29d66 This overkill of a "script" will fetch, build and install python by mbligh · 16 years ago
- 6ce3184 remove shell site_host file by mbligh · 16 years ago
- 678df4f by showard · 16 years ago
- 11e73f0 by showard · 16 years ago
- b82cb14 Fix the parser handling of overly indented status lines (by ignoring by jadmanski · 16 years ago
- 95899fa Change debug.ini defualts to DEBUG by mbligh · 16 years ago
- 21e3358 Add a self.pkgmgr object to test so people can reference self.pkgmgr instead of by mbligh · 16 years ago
- d0d77a8 Remove trailing whitespace from client/bin/job.py by mbligh · 16 years ago
- 7139727 This patch replaces TAB indents with 4 spaces in coverage_suite.py as per by mbligh · 16 years ago
- dd66937 Renamed _import_site_symbol to drop the _ prefix and be used by other modules. by mbligh · 16 years ago
- 9fcb38b Need to relax the constraints on rtt_min and rtt_max in the machine files, since it's very by mbligh · 16 years ago
- de613a9 Now the packager.py will actually print out helpful information when you type --help. Before it by mbligh · 16 years ago
- 35120fe by showard · 16 years ago
- 8bcd23a Move all MySQLdb imports after the 'import common' so that a MySQLdb by mbligh · 16 years ago
- 34b297b Introduce postprocess_iteration, a way to do the perf keyvals once by mbligh · 16 years ago
- 93c80e6 Filename for rpc_test.txt is wrong by mbligh · 16 years ago
- 94ae6d6 Add help text for the new reboot before/after rpc params. by mbligh · 16 years ago
- b5b7b5d Improved error message to the user when entering a host as a one time by mbligh · 16 years ago
- 869ebc6 Change profiler imports to be absolute by mbligh · 16 years ago
- bc05809 - overall improvement of documentation by mbligh · 16 years ago
- 2bca3ff add code to mkfs handling to skip adding a '-t <fstype' option if one by mbligh · 16 years ago
- 9e3b477 delete random script that is not useful by mbligh · 16 years ago
- d429b73 The name field in the labels table was not declared UNIQUE in the initial by mbligh · 16 years ago
- e70e333 Ask for largefile support by mbligh · 16 years ago
- d27604e Move profiling code into run_once_profiling() by mbligh · 16 years ago
- d84f9dc Don't abort in case one function fails. by mbligh · 16 years ago
- 14374b1 by showard · 16 years ago
- a2c940d This generates confusing backtraces for a lot of users by mbligh · 16 years ago
- 42fbd07 Add some more slack to the parser when dealing with multi-machine by jadmanski · 16 years ago
- e432dd2 Add a job.run_control method that can be used inside of server control by jadmanski · 16 years ago
- 2b9ed9c by showard · 16 years ago
- 6bb7c29 by showard · 16 years ago
- de634ee by showard · 16 years ago
- c9ae178 by showard · 16 years ago
- 6adf837 Fail quickly if we are accidentally started as root by mbligh · 16 years ago
- 0887d40 Fix atest label list --all. A FE change from 0/1 to False/True had broken it. by mbligh · 16 years ago
- e7693ba Cleanup. by mbligh · 16 years ago
- e8b93af Modified AbstractSSHHost to use utils.import_site_class() to get by mbligh · 16 years ago
- f76e699 Fixed partition unit test and added one more test using by mbligh · 16 years ago
- 812631c Move job.py package timeout to an hour, good for slow connections and large files. by mbligh · 16 years ago
- b0b58a2 Cleanup: Remove site-specific container code from client/bin/job.py. by mbligh · 16 years ago
- 92eed50 Wrapped repair invocation in a try/except block to record in status log the by mbligh · 16 years ago
- 153dd00 Cleanup. Remove site-specific container tests from client/tests/*. by mbligh · 16 years ago
- 7aeda67 Fix kernel rpm imports to handle local paths properly by mbligh · 16 years ago
- f703fb4 Re-allow wildcards in host list --label searches. by mbligh · 16 years ago
- db18b0e Fixed a typo in trying to bitwise OR non blocking locking which probably by mbligh · 16 years ago
- 475f776 Make frontend.py respect AUTOTEST_WEB environment variable by mbligh · 16 years ago
- 6463c4b Make atest_migrate_host create hosts as locked initially, to prevent by mbligh · 16 years ago
- 1d7f720 Remove extraneous comments by mbligh · 16 years ago
- cc40014 remove old benchmark by mbligh · 16 years ago
- 53370a9 Remove old graphing script by mbligh · 16 years ago
- c56891b Remove extraneous crud from perf_graph.cgi by mbligh · 16 years ago
- d8369b6 Update perf graph scripts by mbligh · 16 years ago
- 2ec03f2 Extend the query_keyvals script to allow you to pass in multiple job IDs. by jadmanski · 16 years ago
- 84f3e0a Delete cpuset code by mbligh · 16 years ago
- 3086aa6 Remove a hard-coded server-name from cli/query_keyvals. by jadmanski · 16 years ago
- ade14e2 by showard · 16 years ago
- 7761819 by showard · 16 years ago
- d94f4db by showard · 16 years ago
- bc0914b forward mountpoint passed to job.partition to partition lib by mbligh · 16 years ago
- dcdb333 Revert back to the old behavior of not switching to python 2.4 (or by mbligh · 16 years ago
- 25c0b8c Added new host protection level (repair software only) that would allow any by mbligh · 16 years ago
- a0a2759 Moved in the inheritance tree repair_* from abstract_ssh to Host base class. by mbligh · 16 years ago
- 120351e Allow control file body text to be supplied as an alternative to a list by mbligh · 16 years ago
- c79a398 Fixing a unit test broken by rev 2523. by jadmanski · 16 years ago
- 56325de doc updates to partition.py, by mbligh · 16 years ago
- 75ef58b Make it possible to run the "cleanup" phase manually. by mbligh · 16 years ago
- efa61a4 remove the nway stuff, was not meant to be in external tree by mbligh · 16 years ago
- a106d4d add umount_partition, is_valid_disk and is_valid_partition to base_utils by mbligh · 16 years ago
- 748b23f by showard · 16 years ago
- 67f0893 Add a script to migrate hosts between servers, and pull across by mbligh · 16 years ago
- 54459c7 Fix a few embarrasing bugs in frontend.py where we forget to pass by mbligh · 16 years ago
- e7dc9d3 Fix up the utils import stucture for server side code by mbligh · 16 years ago
- f6de133 Job object should be more consistent to current naming in autotest by mbligh · 16 years ago
- aece77e turn utils into a simple mix-in by mbligh · 16 years ago
- 2da4d88 Move utils to base_utils by mbligh · 16 years ago
- 3bf79ca Allow site_utils to override utils, for version control by mbligh · 16 years ago
- 7ffdb8b Fix bug in job create where synch_count was being overridden by by mbligh · 16 years ago
- c3c8eab This patch extends the functions of the old TKO system Performance section, by mbligh · 16 years ago
- 80deb75 Add a Host.is_shutting_down method to allow us to determine if a host by jadmanski · 16 years ago
- 65c267d by showard · 16 years ago
- 324bf81 by showard · 16 years ago
- 8fbae65 by showard · 16 years ago
- 0c18519 by showard · 16 years ago
- 67831ae by showard · 16 years ago
- 78d4d97 by showard · 16 years ago
- 0205a3e by showard · 16 years ago
- d544a35 When performing a reboot, do a sync before starting the shutdown. by jadmanski · 16 years ago
- 0e1881e server.hosts.remote: When reboot is called, really reboot. by jadmanski · 16 years ago
- 043abc1 by showard · 16 years ago
- 5e868d6 by showard · 16 years ago
- 69691f3 by showard · 16 years ago
- 2fa5169 by showard · 16 years ago
- 15110b7 Change all tabs to space. somehow we lost this change from tko/ ? by mbligh · 16 years ago
- 9701f7d Fix URL reference by mbligh · 16 years ago
- 59a1675 Renamed a test only default argument of partition.get_partition_list so by mbligh · 16 years ago
- 4043c63 Added a server.hosts.Host.check_partitions() functions to compare by mbligh · 16 years ago
- 8110e11 Fix a typo on iozone test by mbligh · 16 years ago
- 4faecb7 Fix the way we raise an exception on the monotonic_time test by mbligh · 16 years ago