[manual] Rename commit bot to zulip.com domain.

When we push this to staging, we'll need to rename the bot in the
database and also pull on git.zulip.net.

(imported from commit 22b2397b197c8820f0e55daecd8f98d829e195bd)
This commit is contained in:
Tim Abbott
2013-07-24 14:19:19 -04:00
parent c81f2b2b97
commit c7d57e6e4a
3 changed files with 5 additions and 5 deletions

View File

@@ -37,9 +37,9 @@ def update_deployment(server, refname):
"/home/humbug/humbug-deployments/current/tools/update-deployment", refname])
def send_deployment_finished_humbug(branch, message):
subprocess.check_call(["/home/humbug/humbug/api/bin/humbug-send", "--user=humbug+commits@humbughq.com",
subprocess.check_call(["/home/humbug/humbug/api/bin/humbug-send", "--user=commit-bot@zulip.com",
"--api-key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "--stream=commits",
"--site=https://staging.humbughq.com",
"--site=https://staging.zulip.com",
u"--subject=deploy \u21D2 %s" % (branch,), "--message=%s" % (message,)])
deployments = {