summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2014-01-18 16:17:13 +1100
committerJoshua Hesketh <josh@nitrotech.org>2014-01-20 11:28:52 +1100
commit1d0da246b5340b4822d2c47c79519edd7b9ed7e4 (patch)
tree4dee6e7b767818fc517f7735a01e0bb275fb831e
parentbb11d44b0374a2c5b203603b5db6ba7224169fd8 (diff)
downloadturbo-hipster-1d0da246b5340b4822d2c47c79519edd7b9ed7e4.tar.gz
Fix docstring on shell_script plugin
Change-Id: I6e92a00c72d5ee054186f93cf344df98930cdd13
-rw-r--r--turbo_hipster/task_plugins/shell_script/task.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/turbo_hipster/task_plugins/shell_script/task.py b/turbo_hipster/task_plugins/shell_script/task.py
index 6deef4e..d798704 100644
--- a/turbo_hipster/task_plugins/shell_script/task.py
+++ b/turbo_hipster/task_plugins/shell_script/task.py
@@ -20,8 +20,7 @@ from turbo_hipster.lib import models
class Runner(models.ShellTask):
- """ This thread handles the actual sql-migration tests.
- It pulls in a gearman job from the build:gate-real-db-upgrade
- queue and runs it through _handle_patchset"""
+ """A plugin to run any shell script as defined in the config. Based on
+ models.ShellTask the steps can be overwritten."""
log = logging.getLogger("task_plugins.gate_real_db_upgrade.task.Runner")