buildbot 6:510a45b35182: Test

commits at adium.im commits at adium.im
Sun Jan 15 22:20:54 UTC 2012


details:	http://hg.adium.im/buildbot/rev/510a45b35182
revision:	6:510a45b35182
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Mon Jan 16 00:20:43 2012 +0200

Test

diffs (37 lines):

diff -r a93a67d14bf1 -r 510a45b35182 master.cfg
--- a/master.cfg	Sun Jan 15 23:26:46 2012 +0200
+++ b/master.cfg	Mon Jan 16 00:20:43 2012 +0200
@@ -1,7 +1,8 @@
 # Buildbot Master Config
 # !!! Do not modify, unless you know what you are doing !!!
 
-# Import secrets 
+# Import secrets
+
 try:
     from secrets import secrets
 except ImportError:
@@ -20,6 +21,7 @@
 c['buildbotURL'] = "http://buildbot.adium.im/"
 
 # Slaves
+
 """
 Slave names should follow the following convention:
   For machines hosted at the colo and officially supported:
@@ -56,6 +58,7 @@
 c['change_source'] = PBChangeSource()
 
 # Instant
+
 c['schedulers'] =[
 	SingleBranchScheduler("adium",
 		change_filter = ChangeFilter(project = 'Adium'),
@@ -68,6 +71,7 @@
 ]
 
 # Nightly
+
 for repo, branches in nightlybranches:
 	for branch in branches:
 		c['schedulers'].append(Nightly("nightly-%s-%s" % (repo, branch),




More information about the commits mailing list