buildbot 10:ab56babdd20d: Fixes.

commits at adium.im commits at adium.im
Tue Apr 10 21:06:47 UTC 2012


details:	http://hg.adium.im/buildbot/rev/ab56babdd20d
revision:	10:ab56babdd20d
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Wed Apr 11 00:06:20 2012 +0300

Fixes.

diffs (37 lines):

diff -r 7f3dc5dd3d39 -r ab56babdd20d master.cfg
--- a/master.cfg	Wed Apr 11 00:01:04 2012 +0300
+++ b/master.cfg	Wed Apr 11 00:06:20 2012 +0300
@@ -97,12 +97,12 @@
 adiumf.addStep(shell.Compile(command = ["make", "adium"], want_stderr = True))
 adiumf.addStep(shell.Test(command = ["make", "test"], want_stderr = True))
 
-branchf = factory.BuildFactory()
-branchf.addStep(source.Mercurial(repourl = "http://%s/adium-1.4" % adium_hg_ip,
+#branchf = factory.BuildFactory()
+#branchf.addStep(source.Mercurial(repourl = "http://%s/adium-1.4" % adium_hg_ip,
 				 branchType = 'inrepo'))
-branchf.addStep(shell.ShellCommand, command = ["make", "clean"])
-branchf.addStep(shell.Compile(command = ["make", "adium"], want_stderr = True))
-branchf.addStep(shell.Test(command = ["make", "test"], want_stderr = True))
+#branchf.addStep(shell.ShellCommand, command = ["make", "clean"])
+#branchf.addStep(shell.Compile(command = ["make", "adium"], want_stderr = True))
+#branchf.addStep(shell.Test(command = ["make", "test"], want_stderr = True))
 
 nightlybranchfs = []
 
@@ -134,11 +134,11 @@
 	{'name': "adium",
 	 'slavenames': ["adium.muscovy"],
 	 'factory': adiumf
-	},
- 	{'name': "adium-1.4",
-	 'slavenames': ["adium.muscovy"],
-	 'factory': branchf
 	}
+ 	#{'name': "adium-1.4",
+	# 'slavenames': ["adium.muscovy"],
+	# 'factory': branchf
+	#}
 ]
 
 for repo, branch, nightlybranchf in nightlybranchfs:




More information about the commits mailing list