[manual] Move git checkouts from /home/humbug/humbug to /home/humbug/zulip.

(imported from commit d58be28e57fcb3b5585c0018f1dbb53adf5067df)
This commit is contained in:
Tim Abbott
2013-10-04 13:08:46 -04:00
committed by Steve Howell
parent bb902f5296
commit 9677ce8920
16 changed files with 24 additions and 24 deletions

View File

@@ -30,5 +30,5 @@ def commit_notice_destination(repo, branch, commit):
# Return None for cases where you don't want a notice sent
return None
ZULIP_API_PATH = "/home/humbug/humbug/api"
ZULIP_API_PATH = "/home/humbug/zulip/api"
ZULIP_SITE = "https://staging.zulip.com"