[Buildbot-devel] Buildbot Schedulers
Scott Henson
shenson at redhat.com
Mon Apr 14 20:28:45 UTC 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm trying to get a scheduler working, but it skips all the changes that
it should autobuild for.
The repo is setup as http://server/repos/group/foo/branch/project/.
So the root it http://server/group, and it has 'foo' in there for
historical reasons.
I make a change to a file in group/branch/project, but buildbot claims
that its off branch.
My configs are as follows.
svnroot = 'https://server/repos/group/foo/'
branch = 'trunk/'
poller = SVNPoller(svnurl=svnroot,
~ pollinterval=60)
c['change_source'] = [poller]
c['schedulers'] = []
projectpath='project/'
c['schedulers'].append(Scheduler(name='builder',
~ branch='%s%s'%(branch, projectpath),
~ treeStableTimer=2*60,
~ builderNames=['builder']))
I'm using buildbot 0.7.6. Any reason why it would constantly say that
the change is off branch?
- --
Scott Henson
Red Hat Production Operations Release Engineer
WVU Alum BSAE/BSME
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFIA757cQOfHbe3DKARAiiuAJ9l1/qKR7at0gJ95lSu5qPvcql30gCfWPQV
6RpMPGXg1EA2l7pnufTskfI=
=wsY7
-----END PGP SIGNATURE-----
More information about the devel
mailing list