aboutsummaryrefslogtreecommitdiff
path: root/lava-project-ci.py
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2014-03-21 12:11:24 -0700
committerTyler Baker <tyler.baker@linaro.org>2014-03-21 12:11:24 -0700
commite6705717fa7be2405d62a591b734ddb7757b2df1 (patch)
tree87564cf60dfcf9662e71b375f8b376d020a349d4 /lava-project-ci.py
parent695295a6d14129c3fda02df7edcc31636eef0d71 (diff)
fix message
Diffstat (limited to 'lava-project-ci.py')
-rw-r--r--lava-project-ci.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava-project-ci.py b/lava-project-ci.py
index ce669fb..891d10b 100644
--- a/lava-project-ci.py
+++ b/lava-project-ci.py
@@ -44,7 +44,7 @@ def add_gerrit_comment(message, review):
def notify_committer():
message_list= []
message_list.append('* Hello %s' % os.environ['GERRIT_CHANGE_OWNER_NAME'])
- message_list.append('* Your patch set %s has triggered a automated testing.' % os.environ['GERRIT_PATCHSET_REVISION'])
+ message_list.append('* Your patch set %s has triggered automated testing.' % os.environ['GERRIT_PATCHSET_REVISION'])
message_list.append('* Please do not merge this commit until after I have reviewed the results with you.')
message_list.append('* %s' % os.environ['BUILD_URL'])
message = '\n'.join(message_list)