1. 20082a0 Rename utils.utils to utils.misc to prevent Python from being confused. by kbaclawski · 12 years ago
  2. ca3c6c1 Changed utils.ExecuteCommandInChroot() to command_executer.ChrootRunCommand(). by asharif · 12 years ago
  3. 9d671b9 Added utils function ExecuteCommandInChroot(), which executes a command in by asharif · 12 years ago
  4. 5fec550 Partial cleanup in utils.utils and its dependencies. Add shebang and by kbaclawski · 12 years ago
  5. c72bccd This follows Chris Sosa's recent announcement that run_remote_tests.sh will only by asharif · 12 years ago
  6. c20ed54 Fixed bugs in run_tests.py. by asharif · 12 years ago
  7. 2198c51 Added return values to the scripts. by asharif · 12 years ago
  8. 8697d4e Changed ExecuteCommandInChroot to take in extra parameters for additional by asharif · 12 years ago
  9. 3c3c7ab Added build symlink to update job. by asharif · 12 years ago
  10. ea33a56 Added update_client and made misc. fixes. by asharif · 12 years ago
  11. 967d700 Yet another fix in low-level scripts involving command_executer changes. by asharif · 12 years ago
  12. 01959ae Put command execution related logic into a class so that we can have a mock command executer, for testing/dry-run purposes. De-coupled command execution and logging. by raymes · 12 years ago
  13. 8c227da Added run_tests.py. It's a simple wrapper around run_remote_tests.sh. by asharif · 12 years ago