[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 e869eb1c9e
commit c086bd453f

View file

@ -4,7 +4,7 @@
# Leaving all the instructions out of this file to avoid having to # Leaving all the instructions out of this file to avoid having to
# sync them as we update the comments. # sync them as we update the comments.
HUMBUG_USER = "humbug+commits@humbughq.com" HUMBUG_USER = "commit-bot@zulip.com"
HUMBUG_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" HUMBUG_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# commit_notice_destination() lets you customize where commit notices # commit_notice_destination() lets you customize where commit notices
@ -31,4 +31,4 @@ def commit_notice_destination(repo, branch, commit):
return None return None
HUMBUG_API_PATH = "/home/humbug/humbug/api" HUMBUG_API_PATH = "/home/humbug/humbug/api"
HUMBUG_SITE = "https://staging.humbughq.com" HUMBUG_SITE = "https://staging.zulip.com"