[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg Add fanstatic tests in favor of hurry.resource.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Thu Dec 9 10:59:33 EST 2010


Log message for revision 118770:
  Add fanstatic tests in favor of hurry.resource.

Changed:
  U   Sandbox/janjaapdriessen/buildbot/buildout.cfg

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-12-09 15:58:34 UTC (rev 118769)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-12-09 15:59:33 UTC (rev 118770)
@@ -80,20 +80,22 @@
 
 [project-macro]
 slave-names = $${:slaves}
-vcs = svn
+vcs = $${:_vcs}
+vcs-mode = $${:_vcs_mode}
 repositories = $${:repos}
 mail-host = localhost
 email-notification-sender = no-reply at localhost
 email-notification-recipients = $${:mailto}
 mail-mode = $${:mailmode}
 build-sequence =
-    svn info .
     $${:bootstrap}
     $${:buildout}
 test-sequence = $${:test}
 periodic-scheduler = 1440
 email-zope-test-style = True
 # sensible defaults
+_vcs = svn
+_vcs_mode = update
 test = bin/test --all
 buildout = bin/buildout -v
 mailmode = failing
@@ -195,6 +197,7 @@
           gocept.selenium-branch-grok:gocept.selenium-branch-grok-parameters
           gocept.selenium-branch-wsgi:gocept.selenium-branch-wsgi-parameters
           gocept.selenium-branch-static:gocept.selenium-branch-static-parameters
+          fanstatic:fanstatic-parameters
 
 [win-py2.6]
 recipe = zc.recipe.macro
@@ -244,8 +247,6 @@
     http://svn.zope.org/repos/main/grok/trunk
     http://svn.zope.org/repos/main/grokui.admin/trunk
     http://svn.zope.org/repos/main/grokui.base/trunk
-    http://svn.zope.org/repos/main/hurry.resource/trunk
-    http://svn.zope.org/repos/main/hurry.zoperesource/trunk
     http://svn.zope.org/repos/main/martian/branches/0.11
     http://svn.zope.org/repos/main/martian/trunk
     http://svn.zope.org/repos/main/megrok.strictrequire/trunk
@@ -436,6 +437,17 @@
 buildout = bin/buildout -v -c static.cfg
 slaves = slave-ubuntu32
 
+[fanstatic-parameters]
+_vcs = hg
+_vcs_mode = clobber
+test = bin/py.test
+repos = http://bitbucket.org/fanstatic/fanstatic
+        http://bitbucket.org/fanstatic/js.jquery
+        http://bitbucket.org/fanstatic/js.jquery_jgrowl
+        http://bitbucket.org/fanstatic/js.jquery_tooltip
+        http://bitbucket.org/fanstatic/js.jqueryui
+        http://bitbucket.org/fanstatic/js.yui
+
 [reboot-slave-macro]
 times = @reboot
 command = ${buildout:bin-directory}/slave-$${:__name__} start



More information about the checkins mailing list