[Testbot] Plone 5.0 - Python 2.7 - Build # 1464 - Regression! - 3 failure(s)

jenkins at plone.org jenkins at plone.org
Wed Feb 12 00:49:01 UTC 2014


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

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


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

Repository: mockup
Branch: refs/heads/master
Date: 2014-02-11T15:19:08-08:00
Author: Rok Garbas (garbas) <rok at garbas.si>
Commit: https://github.com/plone/mockup/commit/e4c6959e3f39bf9a23ba4a8f460957d25004d40b

all npm dependencies should be defined in package.json

this should fix jenkins job for mockup

Files changed:
M package.json

diff --git a/package.json b/package.json
index 3d4929d..1385cb7 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,8 @@
   "devDependencies": {
     "bower": "~1.2.8",
     "coveralls": "~2.7.0",
-    "extend": "1.2.1",
+    "extend": "~1.2.1",
+    "grunt": "~0.4.2",
     "grunt-cli": "~0.1.11",
     "grunt-contrib-copy": "~0.5.0",
     "grunt-contrib-jshint": "~0.8.0",
@@ -24,7 +25,9 @@
     "karma-requirejs": "~0.2.1",
     "karma-sauce-launcher": "~0.2.0",
     "karma-script-launcher": "~0.1.0",
-    "lcov-result-merger": "~0.0.2"
+    "lcov-result-merger": "~0.0.2",
+    "mocha": "~1.17.1",
+    "requirejs": "~2.1.10"
   },
   "maintainers": [
     {


Repository: mockup
Branch: refs/heads/master
Date: 2014-02-11T15:49:57-08:00
Author: Nathan Van Gheem (vangheem) <vangheem at gmail.com>
Commit: https://github.com/plone/mockup/commit/b331426b080e6e79e0b29b7e1d740256075e9911

Merge pull request #292 from plone/garbas-define-npm-deps

all npm dependencies should be defined in package.json

Files changed:
M package.json

diff --git a/package.json b/package.json
index 3d4929d..1385cb7 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,8 @@
   "devDependencies": {
     "bower": "~1.2.8",
     "coveralls": "~2.7.0",
-    "extend": "1.2.1",
+    "extend": "~1.2.1",
+    "grunt": "~0.4.2",
     "grunt-cli": "~0.1.11",
     "grunt-contrib-copy": "~0.5.0",
     "grunt-contrib-jshint": "~0.8.0",
@@ -24,7 +25,9 @@
     "karma-requirejs": "~0.2.1",
     "karma-sauce-launcher": "~0.2.0",
     "karma-script-launcher": "~0.1.0",
-    "lcov-result-merger": "~0.0.2"
+    "lcov-result-merger": "~0.0.2",
+    "mocha": "~1.17.1",
+    "requirejs": "~2.1.10"
   },
   "maintainers": [
     {




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 2048 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140212/6f544b45/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 128897 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140212/6f544b45/attachment-0003.obj>


More information about the Testbot mailing list