[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg Add fanstatic tests for windows. Re-instate the svn info / hg id/path step.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Thu Dec 16 18:02:54 EST 2010


Log message for revision 118978:
  Add fanstatic tests for windows. Re-instate the svn info / hg id/path step.

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

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-12-16 22:56:26 UTC (rev 118977)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-12-16 23:02:53 UTC (rev 118978)
@@ -88,6 +88,7 @@
 email-notification-recipients = $${:mailto}
 mail-mode = $${:mailmode}
 build-sequence =
+    $${:info}
     $${:bootstrap}
     $${:buildout}
 test-sequence = $${:test}
@@ -97,6 +98,7 @@
 _vcs = svn
 _vcs_mode = update
 test = bin/test --all
+info = svn info .
 buildout = bin/buildout -v
 mailmode = failing
 mailto = root at localhost
@@ -210,6 +212,8 @@
           groktoolkit_win-py2.6:groktoolkit_parameters-win
           groktoolkit-1.2_win-py2.6:groktoolkit-1.2_parameters-win
           zope2.13_win-py2.6:zope2.13_parameters-win
+          fanstatic-win:fanstatic-parameters-win
+          zope.fanstatic-win:zope.fanstatic-parameters
 
 [py2.7]
 recipe = zc.recipe.macro
@@ -439,6 +443,8 @@
 [fanstatic-parameters]
 _vcs = hg
 _vcs_mode = clobber
+info = hg paths
+       hg id
 test = bin/py.test
 repos = http://bitbucket.org/fanstatic/fanstatic
         http://bitbucket.org/fanstatic/js.jquery
@@ -447,6 +453,10 @@
         http://bitbucket.org/fanstatic/js.jqueryui
         http://bitbucket.org/fanstatic/js.yui
 
+[fanstatic-parameters-win]
+<= fanstatic-parameters
+test = bin\py.test
+
 [zope.fanstatic-parameters]
 _vcs_mode = clobber
 repos = http://svn.zope.org/repos/main/zope.fanstatic/trunk



More information about the checkins mailing list