[Buildbot-devel] Can't make schedulers trigger a build
Julien Gilli
julien.gilli at wengo.fr
Thu Nov 24 20:20:20 UTC 2005
Dobes Vandermeer a écrit :
>On 11/24/05, Julien Gilli <julien.gilli at wengo.fr> wrote:
>
>
>>We use a subversion repository, available over HTTP, with
>>authentification (but no server certificate).
>>
>>On a svn commit, no action is triggered, even when i setup a very low
>>delay as a timer.
>>
>># the 'sources' list tells the buildmaster how it should find out about
>># source code changes. Any class which implements IChangeSource can be added
>># to this list: there are several in buildbot/changes/*.py to choose from.
>>c['sources'] = []
>>c['sources'].append(PBChangeSource(prefix=""))
>>
>>
>
>You'll need an SVN change source in 'sources'.
>
>
>
Do you mean something like :
c['sources'].append(SVNChangeSource(prefix=""))
? I can't find any such class in the source code (release 0.7) nor any
reference to it in the documentation. Have i missed something ?
Thank you very much for your attention.
Regards,
--
Julien Gilli
More information about the devel
mailing list