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

Buildbot trac trac at buildbot.net
Thu Aug 1 02:03:04 UTC 2013


#2534: unify/remove duplicates naming of pollInterval vs pollinterval
------------------------+--------------------
Reporter:  yarikoptic   |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  minor        |   Milestone:  0.8.+
 Version:  0.8.7p1      |  Resolution:
Keywords:  docs         |
------------------------+--------------------
Changes (by dustin):

 * keywords:   => docs
 * type:  undecided => enhancement
 * milestone:  undecided => 0.8.+


Old description:

> 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

New description:

 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#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list