Skip to content

Commit

Permalink
add server_tz to P4Source.compare_attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jul 16, 2014
1 parent 3d5a944 commit 25ee372
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master/buildbot/changes/p4poller.py
Expand Up @@ -97,7 +97,8 @@ class P4Source(base.PollingChangeSource, util.ComparableMixin):
them to the change master."""

compare_attrs = ("p4port", "p4user", "p4passwd", "p4base",
"p4bin", "pollInterval", "pollAtLaunch")
"p4bin", "pollInterval", "pollAtLaunch",
"server_tz")

env_vars = ["P4CLIENT", "P4PORT", "P4PASSWD", "P4USER",
"P4CHARSET", "PATH"]
Expand Down

0 comments on commit 25ee372

Please sign in to comment.