[Buildbot-commits] [Buildbot] #2534: unify/remove duplicates naming of pollInterval vs pollinterval

Buildbot trac trac at buildbot.net
Thu Jul 25 02:34:13 UTC 2013


#2534: unify/remove duplicates naming of pollInterval vs pollinterval
-----------------------+-----------------------
Reporter:  yarikoptic  |      Owner:
    Type:  undecided   |     Status:  new
Priority:  minor       |  Milestone:  undecided
 Version:  0.8.7p1     |   Keywords:
-----------------------+-----------------------
 First spotted in GitPoller.__init__ interface reported in IPython

 ```
 GitPoller(self, repourl, branches=None, branch=None, workdir=None,
 pollInterval=600, gitbin='git', usetimestamps=True, category=None,
 project=None, pollinterval=-2, fetch_refspec=None, encoding='utf-8')
 ```
 mention there are both pollInterval and pollinterval.
 http://docs.buildbot.net/latest/manual/cfg-changesources.html#gitpoller
 has only pollInterval for Git and Hg but pollinterval for
 GoogleCodeAtomPoller

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2534>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list