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

jenkins at plone.org jenkins at plone.org
Tue Aug 26 01:48:20 UTC 2014


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

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


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

Repository: plone.scale
Branch: refs/heads/master
Date: 2014-08-26T00:35:36+02:00
Author: Gil Forcada (gforcada) <gforcada at gnome.org>
Commit: https://github.com/plone/plone.scale/commit/cc18d13520fb2a9bbbf4fd1d470407702d410a20

Whitespaces cleanup

Files changed:
M README.rst
M docs/index.rst
M ez_setup.py

diff --git a/README.rst b/README.rst
index 3e05b67..18a7274 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@ Introduction
 This package contains image scaling logic for use in Zope environments. It
 supports Zope 2, grok and other systems build on using the Zope ToolKit (ZTK).
 
-Several design goals were used when writing this package: 
+Several design goals were used when writing this package:
 
 - image scaling to any width, height, width&height should be supported
   using both up-scaling and down-scaling. Scaling parameters should never
@@ -37,7 +37,7 @@ In addition several implementation goals were defined:
 
 - testable without requiring zope.testing. Running `setup.py test` should
   be sufficient.
- 
+
 - URLs for scaled images should have an extension which reflects their
   MIME type. This is facilitates cache (and other front-end services)
   configuration.
diff --git a/docs/index.rst b/docs/index.rst
index e67655e..149888b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -14,7 +14,7 @@
 environments. It supports Zope 2, grok and other systems build on using the
 Zope ToolKit (ZTK).
 
-Several design goals were used when writing this package: 
+Several design goals were used when writing this package:
 
 - image scaling to any width, height, width&height should be supported
   using both up-scaling and down-scaling. Scaling parameters should never
@@ -51,7 +51,7 @@ In addition several implementation goals were defined:
 
 - testable without requiring zope.testing. Running ``setup.py test`` should
   be sufficient.
- 
+
 - URLs for scaled images should have an extension which reflects their
   MIME type. This is facilitates cache (and other front-end services)
   configuration.
diff --git a/ez_setup.py b/ez_setup.py
index b6a09c3..0ea4137 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -92,7 +92,7 @@ def do_download():
     try:
         import pkg_resources
     except ImportError:
-        return do_download()       
+        return do_download()
     try:
         pkg_resources.require("setuptools>="+version); return
     except pkg_resources.VersionConflict, e:




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 2433 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140826/76eee746/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 118753 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140826/76eee746/attachment-0003.obj>


More information about the Testbot mailing list