[Testbot] Plone 4.3 - Python 2.6 - Build # 2293 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Tue Sep 2 10:49:25 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 2293 - Fixed!
-------------------------------------------------------------------------------

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


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

Repository: buildout.coredev
Branch: refs/heads/4.3
Date: 2014-09-02T12:05:13+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits at vanrees.org>
Commit: https://github.com/plone/buildout.coredev/commit/1303731c2cf9c998ed26e57dd836219b3c41fde0

Checkout Products.TinyMCE and use branch 1.3.x.

Seems good, as we were using 1.3.6 so far and 1.4.0 has been released
several months ago, so apparently we do not want it in Plone
4.3.x.

Also, with Products.TinyMCE master plone.app.widgets gets pulled in
and you run into errors running the buildout:

  While:
    Updating test.
  Error: There is a version conflict.
  We already have: plone.app.jquery 1.7.2
  but plone.app.widgets 1.7.1 requires 'plone.app.jquery>=1.8.0'.

Files changed:
M checkouts.cfg
M sources.cfg

diff --git a/checkouts.cfg b/checkouts.cfg
index 3a754cc..60ed49f 100644
--- a/checkouts.cfg
+++ b/checkouts.cfg
@@ -36,6 +36,7 @@ auto-checkout =
     Products.Marshall
     Products.PlonePAS
     Products.PasswordResetTool
+    Products.TinyMCE
     z3c.form
 #    z3c.formwidget.query
     zope.formlib
diff --git a/sources.cfg b/sources.cfg
index b66dd92..06f7132 100644
--- a/sources.cfg
+++ b/sources.cfg
@@ -175,7 +175,7 @@ Products.PortalTransforms           = git ${remotes:plone}/Products.PortalTransf
 Products.ResourceRegistries         = git ${remotes:plone}/Products.ResourceRegistries.git pushurl=${remotes:plone_push}/Products.ResourceRegistries.git
 Products.SecureMailHost             = svn ${remotes:svn_collective}/SecureMailHost/branches/1.1
 Products.statusmessages             = git ${remotes:plone}/Products.statusmessages.git pushurl=${remotes:plone_push}/Products.statusmessages.git
-Products.TinyMCE                    = git ${remotes:plone}/Products.TinyMCE.git pushurl=${remotes:plone_push}/Products.TinyMCE.git branch=master
+Products.TinyMCE                    = git ${remotes:plone}/Products.TinyMCE.git pushurl=${remotes:plone_push}/Products.TinyMCE.git branch=1.3.x
 Products.validation                 = git ${remotes:plone}/Products.validation.git pushurl=${remotes:plone_push}/Products.validation.git
 Products.ZCatalog                   = git ${remotes:zopegit}/Products.ZCatalog.git pushurl=${remotes:zopegit_push}/Products.ZCatalog.git branch=2.13
 Products.ZopeVersionControl         = git ${remotes:zopegit}/Products.ZopeVersionControl.git pushurl=${remotes:zopegit_push}/Products.ZopeVersionControl.git




-------------------------------------------------------------------------------


More information about the Testbot mailing list