buildbot 4:f614721ccffe: Correct form of adding new nightlys. Al...

commits at adium.im commits at adium.im
Sun Jan 15 17:28:40 UTC 2012


details:	http://hg.adium.im/buildbot/rev/f614721ccffe
revision:	4:f614721ccffe
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Sun Jan 15 19:26:56 2012 +0200

Correct form of adding new nightlys. Also, looks like the post commit hook isn't working.

diffs (15 lines):

diff -r 1e39c7b4349c -r f614721ccffe master.cfg
--- a/master.cfg	Mon Dec 19 19:34:22 2011 -0500
+++ b/master.cfg	Sun Jan 15 19:26:56 2012 +0200
@@ -42,9 +42,8 @@
 # ex.: ("repo", ["branch1", "branch2", "branch3"])
 
 nightlybranches = [
-        ("adium", ["default"]),
-        ("adium-1.4", ["default"]),
-        ("adium", ["PreferencesRedux"])
+        ("adium", ["default", "PreferencesRedux"]),
+        ("adium-1.4", ["default"])
 ]
 
 # Schedulers




More information about the commits mailing list