[Testbot] Plone 5.0 - Python 2.7 - Build # 1664 - Still failing! - 1 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Feb 21 16:49:09 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1664 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1664/


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

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-02-21T02:19:16-08:00
Author: Philip Bauer (pbauer) <bauer at starzel.de>
Commit: https://github.com/plone/plone.app.contenttypes/commit/357663196a8c2448ba27fa5590672d4108090c49

rst-formatting

Files changed:
M README.rst

diff --git a/README.rst b/README.rst
index 48e398e..55247be 100644
--- a/README.rst
+++ b/README.rst
@@ -47,17 +47,23 @@ The future versions 1.2.x will be compatible with Plone 5 only and add support f
 Installation
 ============
 
-Add this line in the eggs section of your ``buildout.cfg``::
+Add this line in the eggs section of your ``buildout.cfg``
+
+.. code:: ini
 
     eggs =
         ...
         plone.app.contenttypes
 
-If you have a Plone site with mixed Archetypes and Dexterity content use the extra requirement ``atrefs``.::
+If you have a Plone site with mixed Archetypes and Dexterity content use the extra requirement ``atrefs``.
+
+.. code:: ini
 
-    ``plone.app.contenttypes [atrefs]``
+    eggs =
+        ...
+        plone.app.contenttypes [atrefs]
 
-This also installs the package `plone.app.referenceablebehavior <https://pypi.python.org/pypi/plone.app.referenceablebehavior>`_. You will have to enable the behavior ``plone.app.referenceablebehavior.referenceable.IReferenceable`` for all types that need to be referenced by Archetypes-content.
+This will also install the package `plone.app.referenceablebehavior <https://pypi.python.org/pypi/plone.app.referenceablebehavior>`_ that allows you to reference dexterity-based content from archetypes-based content. You will have to enable the behavior ``plone.app.referenceablebehavior.referenceable.IReferenceable`` for all types that need to be referenced by Archetypes-content.
 
 
 What happens to existing content?


Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-02-21T02:19:50-08:00
Author: Philip Bauer (pbauer) <bauer at starzel.de>
Commit: https://github.com/plone/plone.app.contenttypes/commit/9139ca74ef45601ff31ddd5af0b8a8d166628e9e

Merge branch '1.1.x'

Files changed:
M README.rst

diff --git a/README.rst b/README.rst
index 0d1d972..a6d0623 100644
--- a/README.rst
+++ b/README.rst
@@ -50,17 +50,23 @@ The future versions 1.2.x will be compatible with Plone 5 only and add support f
 Installation
 ============
 
-Add this line in the eggs section of your ``buildout.cfg``::
+Add this line in the eggs section of your ``buildout.cfg``
+
+.. code:: ini
 
     eggs =
         ...
         plone.app.contenttypes
 
-If you have a Plone site with mixed Archetypes and Dexterity content use the extra requirement ``atrefs``.::
+If you have a Plone site with mixed Archetypes and Dexterity content use the extra requirement ``atrefs``.
+
+.. code:: ini
 
-    ``plone.app.contenttypes [atrefs]``
+    eggs =
+        ...
+        plone.app.contenttypes [atrefs]
 
-This also installs the package `plone.app.referenceablebehavior <https://pypi.python.org/pypi/plone.app.referenceablebehavior>`_. You will have to enable the behavior ``plone.app.referenceablebehavior.referenceable.IReferenceable`` for all types that need to be referenced by Archetypes-content.
+This will also install the package `plone.app.referenceablebehavior <https://pypi.python.org/pypi/plone.app.referenceablebehavior>`_ that allows you to reference dexterity-based content from archetypes-based content. You will have to enable the behavior ``plone.app.referenceablebehavior.referenceable.IReferenceable`` for all types that need to be referenced by Archetypes-content.
 
 
 What happens to existing content?




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 3590 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140221/46f2f266/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 165066 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140221/46f2f266/attachment-0003.obj>


More information about the Testbot mailing list