Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-org-sugar-git@silbe.org>2009-10-24 08:41:32 (GMT)
committer Sascha Silbe <sascha-org-sugar-git@silbe.org>2009-10-24 08:41:32 (GMT)
commitebc8ce39b9afa72645a5ea08b17f9c4adc9b2a62 (patch)
tree68c8ed27439714970bbd172a2d3aab447d0f5940
parentcaa4b10b01f7912abf3e90ec9deed326a8be0efd (diff)
change IRC nick of buildbot to sbuildbot to avoid name collisions
-rw-r--r--sbuildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbuildbot/master.cfg b/sbuildbot/master.cfg
index af1b708..30699b4 100644
--- a/sbuildbot/master.cfg
+++ b/sbuildbot/master.cfg
@@ -37,7 +37,7 @@ c['status'].append(mail.MailNotifier(fromaddr="buildbot@sugarlabs.org",
sendToInterestedUsers=False))
#
from buildbot.status import words
-c['status'].append(words.IRC(host="irc.freenode.net", nick="buildbot",
+c['status'].append(words.IRC(host="irc.freenode.net", nick="sbuildbot",
channels=["#sugar"], port=8001))
#
# from buildbot.status import client