Skip to content

Commit

Permalink
consider branch in reconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Nov 4, 2011
1 parent a313210 commit 66450f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/schedulers/timed.py
Expand Up @@ -228,7 +228,7 @@ class Nightly(Timed):
compare_attrs = (Timed.compare_attrs
+ ('minute', 'hour', 'dayOfMonth', 'month',
'dayOfWeek', 'onlyIfChanged', 'fileIsImportant',
'change_filter', 'onlyImportant',))
'change_filter', 'onlyImportant', 'branch'))

class NoBranch: pass
def __init__(self, name, builderNames, minute=0, hour='*',
Expand Down

0 comments on commit 66450f4

Please sign in to comment.