Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
bug 497041: FtpPoller unchanged by buildbot reconfig. r=catlee
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Sep 13, 2010
1 parent 0b91f10 commit 58a60a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changes/ftppoller.py
Expand Up @@ -20,7 +20,8 @@ class FtpPoller(base.ChangeSource):
"""This source will poll an ftp directory searching for a specific file and when found
trigger a change to the change master."""

compare_attrs = ["ftpURLs", "pollInterval", "branch"]
compare_attrs = ["ftpURLs", "pollInterval", "branch", "timeout",
"searchString"]

parent = None # filled in when we're added
loop = None
Expand Down

0 comments on commit 58a60a9

Please sign in to comment.