[Testbot] Plone 4.3 - Python 2.6 - Build # 2645 - Still failing! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Jan 23 15:52:14 UTC 2015


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 2645 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.6/2645/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.contenttypes
Branch: refs/heads/1.1.x
Date: 2015-01-23T16:17:21+01:00
Author: Philip Bauer (pbauer) <bauer at starzel.de>
Commit: https://github.com/plone/plone.app.contenttypes/commit/b0fcf74ee160af5de5a9ad504bfb139d0766028a

cleanup buildout

Files changed:
M buildout.cfg
M jenkins.cfg
D dev.cfg
D sphinx.cfg
D test-plone-4.3.x.cfg

diff --git a/buildout.cfg b/buildout.cfg
index ff66b9f..3def417 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,2 +1,2 @@
 [buildout]
-extends = test-plone-4.3.x.cfg
+extends = buildout.d/development.cfg
diff --git a/dev.cfg b/dev.cfg
deleted file mode 100644
index 5eaf2dd..0000000
--- a/dev.cfg
+++ /dev/null
@@ -1,15 +0,0 @@
-[buildout]
-extends =
-    buildout.cfg
-
-[instance]
-eggs +=
-    Pillow
-    plone.app.debugtoolbar
-    plone.reload
-#    Products.PDBDebugMode
-#    bpython
-#    Products.PrintingMailHost
-#    ipdb
-
-#demo-storage = on
diff --git a/jenkins.cfg b/jenkins.cfg
index 3cf872c..870651f 100644
--- a/jenkins.cfg
+++ b/jenkins.cfg
@@ -1,6 +1,6 @@
 [buildout]
 extends =
-    test-plone-4.3.x.cfg
+    buildout.d/base.cfg
     https://raw.github.com/plone/buildout.jenkins/master/jenkins.cfg
     https://raw.github.com/plone/buildout.jenkins/master/jenkins-code-analysis.cfg
 parts += code-analysis
diff --git a/sphinx.cfg b/sphinx.cfg
deleted file mode 100644
index f2ae811..0000000
--- a/sphinx.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-[buildout]
-parts +=
-    sphinxbuilder
-    sphinxupload
-
-[sphinxbuilder]
-recipe = collective.recipe.sphinxbuilder
-eggs = sphinxcontrib-robotdoc
-#outputs =
-#    html
-#    latex
-#    pdf
-
-[sphinxupload]
-recipe = collective.recipe.template
-input = inline:
-    #!/bin/sh
-    bin/zopepy setup.py upload_sphinx
-output = ${buildout:directory}/bin/sphinxupload
-mode = 755
diff --git a/test-plone-4.3.x.cfg b/test-plone-4.3.x.cfg
deleted file mode 100644
index 38df273..0000000
--- a/test-plone-4.3.x.cfg
+++ /dev/null
@@ -1,128 +0,0 @@
-[buildout]
-extends =
-    https://raw.github.com/collective/buildout.plonetest/master/plone-4.3.x.cfg
-    sphinx.cfg
-
-extensions = mr.developer
-develop = .
-always-checkout = force
-auto-checkout =
-     Products.contentmigration
-#    plone.app.event
-parts +=
-    instance
-    test
-    coverage
-    test-coverage
-    code-analysis
-    omelette
-    autopep8
-    releaser
-    zopepy
-    robot
-versions = versions
-
-[instance]
-recipe = plone.recipe.zope2instance
-http-address = 8080
-user = admin:admin
-eggs =
-    Plone
-    plone.app.contenttypes [test]
-
-[test]
-recipe = zc.recipe.testrunner
-defaults = ['--auto-color', '--auto-progress']
-eggs =
-    plone.app.contenttypes [test]
-
-[coverage]
-recipe = zc.recipe.egg
-eggs = coverage
-
-[test-coverage]
-recipe = collective.recipe.template
-input = inline:
-    #!/bin/bash
-    ${buildout:directory}/bin/coverage run --source=${buildout:directory}/plone/app/contenttypes bin/test --all
-    ${buildout:directory}/bin/coverage report -m
-output = ${buildout:directory}/bin/test-coverage
-mode = 755
-
-[code-analysis]
-recipe = plone.recipe.codeanalysis
-directory = ${buildout:directory}/plone/app/contenttypes
-flake8-max-complexity = 10
-zptlint = True
-utf8-header = True
-
-[omelette]
-recipe = collective.recipe.omelette
-eggs = ${instance:eggs}
-packages = ${instance:location}/lib/python ./
-
-[releaser]
-recipe = zc.recipe.egg
-eggs = jarn.mkrelease
-
-[autopep8]
-recipe = zc.recipe.egg
-eggs = autopep8
-
-[zopepy]
-recipe = zc.recipe.egg
-eggs = ${instance:eggs}
-interpreter = zopepy
-scripts = zopepy
-
-[sources]
-collective.i18nreport = git https://github.com/collective/collective.i18nreport.git
-collective.xmltestreport = git https://github.com/collective/collective.xmltestreport.git pushurl=git at github.com:collective/collective.xmltestreport.git
-plone.app.dexterity = git https://github.com/plone/plone.app.dexterity.git pushurl=git at github.com:plone/plone.app.dexterity.git
-plone.dexterity = git https://github.com/plone/plone.dexterity.git pushurl=git at github.com:plone/plone.dexterity.git
-Products.CMFPlone = git https://github.com/plone/Products.CMFPlone.git pushurl=git at github.com:plone/Products.CMFPlone.git branch=plip-12344-plone.app.contenttypes
-Products.ATContentTypes = git https://github.com/plone/Products.ATContentTypes.git pushurl=git at github.com:plone/Products.ATContentTypes.git branch=davisagli-optional-archetypes
-Products.contentmigration = git https://github.com/plone/Products.contentmigration pushurl=git at github.com:plone/Products.contentmigration.git
-plone.app.collection = git https://github.com/plone/plone.app.collection.git pushurl=git at github.com:plone/plone.app.collection.git
-plone.app.discussion = git https://github.com/plone/plone.app.discussion.git pushurl=git at github.com:plone/plone.app.discussion.git
-plone.app.event = git https://github.com/plone/plone.app.event.git pushurl=git at github.com:plone/plone.app.event.git
-plone.event = git https://github.com/plone/plone.event.git pushurl=git at github.com:plone/plone.event.git
-plone.formwidget.datetime = git https://github.com/plone/plone.formwidget.datetime.git pushurl=git at github.com:plone/plone.formwidget.datetime.git
-plone.app.querystring = git https://github.com/plone/plone.app.querystring.git pushurl=git at github.com:plone/plone.app.querystring.git
-# Points to a fork until the pull request is reviewed and merged
-plone.app.testing = git https://github.com/do3cc/plone.app.testing.git pushurl=git at github.com:do3cc/plone.app.testing.git branch=4.2.x
-plone.formwidget.querystring = git https://github.com/plone/plone.formwidget.querystring.git pushurl=git at github.com:plone/plone.formwidget.querystring.git
-plone.app.relationfield = git https://github.com/plone/plone.app.relationfield.git pushurl=git at github.com:plone/plone.app.relationfield.git
-Products.contentmigration = git git://github.com/plone/Products.contentmigration.git pushurl=git at github.com:plone/Products.contentmigration.git
-plone.app.versioningbehavior = git https://github.com/plone/plone.app.versioningbehavior.git pushurl=git at github.com:plone/plone.app.versioningbehavior.git
-plone.app.referenceablebehavior = git https://github.com/plone/plone.app.referenceablebehavior.git pushurl=git at github.com:plone/plone.app.referenceablebehavior.git
-collective.dexteritydiff = git https://github.com/collective/collective.dexteritydiff.git pushurl=git at github.com:collective/collective.dexteritydiff.git
-plone.app.layout = git https://github.com/plone/plone.app.layout.git pushurl=git at github.com:plone/plone.app.layout.git branch=2.3.x
-plone.recipe.codeanalysis = git git at github.com:plone/plone.recipe.codeanalysis.git
-
-[versions]
-# dexterity support
-
-# testing
-plone.app.testing = 4.2.4
-plone.app.robotframework = 0.9.5
-robotframework = 2.8.4
-robotframework-selenium2library = 1.5.0
-robotsuite = 1.4.3
-selenium = 2.43.0
-robotframework-selenium2screenshots = 0.4.0
-sphinxcontrib-robotframework = 0.4.3
-Pygments = 2.0.2
-
-# misc
-pytz = 2013.9
-
-[robot]
-recipe = zc.recipe.egg
-eggs =
-    Pillow
-    ${test:eggs}
-    plone.app.robotframework
-scripts =
-    robot-server
-    robot




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 7134 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20150123/72d1ad66/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 189798 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20150123/72d1ad66/attachment-0003.obj>


More information about the Testbot mailing list