Move push notifications to a consistent subject.

(imported from commit 3b4acb39bbf564625e3c009f4f875da596a7a7ac)
This commit is contained in:
Tim Abbott 2012-11-09 14:54:49 -05:00
parent d6ad978c1a
commit b01407bd75
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def send_bot_message(oldrev, newrev, refname):
message_data = {
"type": "stream",
"stream": "test" if refname == "refs/heads/test-post-receive" else "devel",
"subject": "push-" + new_head,
"subject": u"deploy \u21D2 " + branch,
"content": message,
"recipient": "tabbott@humbughq.com",
}