Mercurial > hg > autobot
changeset 157:f6774dcafb6a
actually run the install script
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 25 Jan 2011 16:40:34 -0800 |
parents | 4a020fc59cec |
children | 13a2a66b1c41 |
files | autobot/projects/talos/__init__.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/talos/__init__.py Tue Jan 25 16:21:22 2011 -0800 +++ b/autobot/projects/talos/__init__.py Tue Jan 25 16:40:34 2011 -0800 @@ -15,6 +15,8 @@ SourceFactory.__init__(self) # install the software [TODO] + self.addStep(ShellCommand(command=['wget', 'http://k0s.org/mozilla/install-talos.sh'])) + self.addStep(ShellCommand(command=['bash', 'install-talos.sh'])) # run the tests [TODO]