buildbot 19:66a110887481: Change the filter for nightlies to che...
commits at adium.im
commits at adium.im
Wed Jan 23 03:28:54 UTC 2013
details: http://hg.adium.im/buildbot/rev/66a110887481
revision: 19:66a110887481
branch: (none)
author: Frank Dowsett <wixardy at gmail.com>
date: Tue Jan 22 22:28:29 2013 -0500
Change the filter for nightlies to check the branch name and not the repo.
diffs (12 lines):
diff -r b41f541b6872 -r 66a110887481 master.cfg
--- a/master.cfg Thu Oct 18 14:59:42 2012 +0200
+++ b/master.cfg Tue Jan 22 22:28:29 2013 -0500
@@ -70,7 +70,7 @@
for repo, branches in nightlybranches:
for branch in branches:
c['schedulers'].append(Nightly("nightly-%s-%s" % (repo, branch),
- change_filter = ChangeFilter(repository = [repo]),
+ change_filter = ChangeFilter(project = 'Adium', branch = [branch]),
branch = branch,
hour = 2, minute = 0,
onlyIfChanged = True,
More information about the commits
mailing list