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

jenkins at plone.org jenkins at plone.org
Wed Jan 29 08:52:32 UTC 2014


This commit violated the Plone Continous Integration rule "Don’t Check In on a Broken Build": https://buildoutcoredev.readthedocs.org/en/latest/continous-integration.html#dont-check-in-on-a-broken-build

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

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

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


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

Repository: plone.app.upgrade
Branch: refs/heads/master
Date: 2014-01-29T00:02:23-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.app.upgrade/commit/244d77ca4b8295e406c56e15c3aad37fb495afdd

better module alias

Files changed:
M plone/app/upgrade/__init__.py

diff --git a/plone/app/upgrade/__init__.py b/plone/app/upgrade/__init__.py
index e933e39..48d0931 100644
--- a/plone/app/upgrade/__init__.py
+++ b/plone/app/upgrade/__init__.py
@@ -48,7 +48,7 @@ def getNonInstallableProducts(self):
 try:
     from Products.CMFCalendar import interfaces
 except ImportError:
-    sys.modules['Products.CMFCalendar.interfaces'] = bbb
+    alias_module('Products.CMFCalendar.interfaces', bbb)
 
 try:
     from Products.CMFPlone import CalendarTool




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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 797 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140129/740b5168/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 131668 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140129/740b5168/attachment-0003.obj>


More information about the Testbot mailing list