Age | Commit message (Expand) | Author | Files | Lines |
2009-05-11 | Added utils.get_relative_path() to compute the path of an absolute path | mbligh | 1 | -7/+19 |
2009-04-28 | Added support to AbstractSSHHost.get_file() to not try to preserve the | mbligh | 2 | -2/+53 |
2009-04-28 | Sometimes this open_session call throws an EOFError if the other end | jadmanski | 1 | -1/+1 |
2009-04-28 | When we try to start a new session on a machine that's shutting down, | jadmanski | 1 | -4/+7 |
2009-04-22 | This is a hack, but right now I can't see any other way of working | jadmanski | 1 | -0/+2 |
2009-04-17 | host.reboot() will now take an optional reboot command. The reboot | mbligh | 1 | -11/+16 |
2009-04-17 | Give the warning and the workaround a chance to happen by default. | mbligh | 1 | -1/+1 |
2009-04-17 | Add a workaround to a bug where machines are not rebooting sometimes | mbligh | 1 | -0/+3 |
2009-04-17 | There might still be a potential hang when exhausing the ssh std* | jadmanski | 1 | -1/+5 |
2009-04-15 | The paramiko.Transport.connect method doesn't seem to support any | jadmanski | 1 | -11/+47 |
2009-04-10 | Fix up a "bug" in ParamikoHost where reading std* streams after closing | jadmanski | 1 | -1/+1 |
2009-04-08 | Add a 10 second timeout to the conmux-attach call, | mbligh | 1 | -3/+8 |
2009-04-08 | Fix a comment. | mbligh | 1 | -1/+1 |
2009-04-08 | Add an optional warning in case the system doesn't shutdown in a | mbligh | 2 | -7/+23 |
2009-04-08 | Wrapped every repair phase in a try/except to consume errors in repair | mbligh | 1 | -19/+20 |
2009-04-08 | When we close a paramiko host object, make sure we close off the | jadmanski | 1 | -1/+11 |
2009-04-01 | Summary: Fixing further breakage found using the -N flag of autoserv | mbligh | 1 | -1/+8 |
2009-04-01 | Add a (global) timeout to rsync so that if it sits idle (i.e. no I/O) | jadmanski | 1 | -1/+1 |
2009-03-25 | Add support for explicitly removing tempdirs created on a host, | jadmanski | 1 | -0/+8 |
2009-03-25 | Add support for running autoserv with a "--collect-crashinfo" flag | jadmanski | 1 | -12/+27 |
2009-03-20 | As discussed on the mailing list, we implemented logging with a single | showard | 2 | -10/+13 |
2009-03-19 | Always close the communication channel in paramiko, even when the | jadmanski | 1 | -1/+1 |
2009-03-19 | When exhausting paramiko's buffers after the remote process exists, | jadmanski | 1 | -6/+4 |
2009-03-10 | When trying to connect to a host with ParamikoHost, if all of the | jadmanski | 1 | -0/+4 |
2009-03-09 | Moved server.hosts.ssh_host.PermissionDeniedError into | mbligh | 2 | -8/+7 |
2009-03-02 | Making sure SSH key setup won't break previous autoserv behavior of | mbligh | 1 | -29/+29 |
2009-02-27 | Instead of just using the default id_rsa or id_dsa keyfiles in | jadmanski | 1 | -19/+74 |
2009-02-26 | Add an option to not wait for sync before rebooting. | mbligh | 1 | -4/+10 |
2009-02-26 | Revert previous patch | mbligh | 1 | -10/+4 |
2009-02-26 | Add an option to not wait for sync before rebooting. | mbligh | 1 | -4/+10 |
2009-02-26 | Add a verify to confirm success of software repair (otherwise one can | mbligh | 1 | -0/+7 |
2009-02-18 | Add in more crashinfo collection code so that that when a machine | jadmanski | 1 | -1/+19 |
2009-02-17 | Summary: Fixing up automatic SSH key setup for the default SSHHost class. | mbligh | 1 | -5/+7 |
2009-02-17 | Fixed import of site_host.py which does not exist anymore in the | mbligh | 1 | -3/+8 |
2009-02-17 | Added client.bin.partition.get_unmounted_partition_list() function and | mbligh | 1 | -25/+35 |
2009-02-12 | Ensure we run ssh_ping before trying sofware verification on the | mbligh | 2 | -1/+11 |
2009-02-11 | Add job.enable_warnings and job.disable_warnings methods to the job | jadmanski | 3 | -18/+45 |
2009-02-11 | Add lockdep warning text to console_patterns | jadmanski | 1 | -0/+30 |
2009-02-10 | Fix up the handling of remote paths when sending files to and from | jadmanski | 1 | -13/+15 |
2009-02-05 | Adds an autotestd and autotestd_monitor script to the Autotest client | jadmanski | 1 | -0/+3 |
2009-02-05 | remove shell site_host file | mbligh | 1 | -6/+0 |
2009-01-30 | This generates confusing backtraces for a lot of users | mbligh | 1 | -2/+2 |
2009-01-30 | Cleanup. | mbligh | 1 | -2/+1 |
2009-01-30 | Modified AbstractSSHHost to use utils.import_site_class() to get | mbligh | 1 | -2/+8 |
2009-01-24 | Added new host protection level (repair software only) that would allow any | mbligh | 1 | -1/+21 |
2009-01-24 | Moved in the inheritance tree repair_* from abstract_ssh to Host base class. | mbligh | 2 | -32/+24 |
2009-01-21 | Add a Host.is_shutting_down method to allow us to determine if a host | jadmanski | 2 | -1/+16 |
2009-01-14 | When performing a reboot, do a sync before starting the shutdown. | jadmanski | 1 | -0/+4 |
2009-01-14 | server.hosts.remote: When reboot is called, really reboot. | jadmanski | 1 | -2/+7 |
2009-01-13 | Added a server.hosts.Host.check_partitions() functions to compare | mbligh | 1 | -1/+48 |