buildbot 11:7022faa407b2: Delete better then Comment.

commits at adium.im commits at adium.im
Tue Apr 10 21:09:16 UTC 2012


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

Delete better then Comment.

diffs (47 lines):

diff -r ab56babdd20d -r 7022faa407b2 master.cfg
--- a/master.cfg	Wed Apr 11 00:06:20 2012 +0300
+++ b/master.cfg	Wed Apr 11 00:09:00 2012 +0300
@@ -45,7 +45,6 @@
 
 nightlybranches = [
         ("adium", ["ARC", "PreferencesRedux", "default"])
-#        ("adium-1.4", ["default"])
 ]
 
 # Schedulers
@@ -64,10 +63,6 @@
 		change_filter = ChangeFilter(project = 'Adium'),
 		treeStableTimer = 5*60, 
 		builderNames = ["adium"])
-#	SingleBranchScheduler("adium-1.4",
-#		change_filter = ChangeFilter(project = 'Adium 1.4'),
-#		treeStableTimer = 5*60,
-#		builderNames = ["adium-1.4"])
 ]
 
 # Nightly
@@ -97,13 +92,6 @@
 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,
-				 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))
-
 nightlybranchfs = []
 
 for repo, branches in nightlybranches:
@@ -135,10 +123,6 @@
 	 'slavenames': ["adium.muscovy"],
 	 'factory': adiumf
 	}
- 	#{'name': "adium-1.4",
-	# 'slavenames': ["adium.muscovy"],
-	# 'factory': branchf
-	#}
 ]
 
 for repo, branch, nightlybranchf in nightlybranchfs:




More information about the commits mailing list