[Opensrf-commits] r2158 - trunk/examples (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jan 30 23:22:25 EST 2011
Author: dbs
Date: 2011-01-30 23:22:23 -0500 (Sun, 30 Jan 2011)
New Revision: 2158
Modified:
trunk/examples/buildbot.cfg
Log:
We're not just OpenSRF trunk, we've got other branches
Also, drop %%BRANCH%% from the SVN baseURL and give it a default
branch.
Modified: trunk/examples/buildbot.cfg
===================================================================
--- trunk/examples/buildbot.cfg 2011-01-31 02:28:51 UTC (rev 2157)
+++ trunk/examples/buildbot.cfg 2011-01-31 04:22:23 UTC (rev 2158)
@@ -28,7 +28,7 @@
from buildbot.changes import svnpoller
c['change_source'] = svnpoller.SVNPoller(
- project='OpenSRF trunk',
+ project='OpenSRF',
svnurl='svn://svn.open-ils.org/OpenSRF',
split_file=svnpoller.split_file_branches,
pollinterval=600)
@@ -76,7 +76,8 @@
factory = BuildFactory()
# check out the source
factory.addStep(source.SVN(
- baseURL='svn://svn.open-ils.org/OpenSRF/%%BRANCH%%',
+ baseURL='svn://svn.open-ils.org/OpenSRF/',
+ defaultBranch='trunk',
mode='copy'))
# bootstrap the code
@@ -184,7 +185,7 @@
# waterfall HTML page. The 'projectURL' string will be used to provide a link
# from buildbot HTML pages to your project's home page.
-c['projectName'] = "OpenSRF trunk"
+c['projectName'] = "OpenSRF"
c['projectURL'] = "http://evergreen-ils.org/"
# the 'buildbotURL' string should point to the location where the buildbot's
More information about the opensrf-commits
mailing list