Subramanya Sastry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/133269

Change subject: Work around domino breakage in package.json
......................................................................

Work around domino breakage in package.json

* Jenkins seems to be pulling packages via npm for a couple of
  its jobs instead of using packages from the deploy repo.

* Since the latest version of domino is broken, Jenkins jobs on
  our patches are failing. We should also fix those Jenkins jobs
  to use the deploy repo.

* This patch lets us work around both those dependencies (new domino
  release; fix Jenkins jobs) and let us continue with work.

Change-Id: I33b0347a1dd08128689f6dc2b186630528509567
---
M package.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid 
refs/changes/69/133269/1

diff --git a/package.json b/package.json
index 8830667..fe55ef6 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
        "dependencies": {
                "alea": "~0.0.9",
                "async": "~0.8.0",
-               "domino": "~1.0.13",
+               "domino": 
"git+https://github.com/gwicke#b8fd3faae09b6a5b7dc7d0a56d68ef7bf89cf95d";,
                "entities": "~1.1.1",
                "es6-shim": "~0.10.0",
                "express": "~2.5.11",

-- 
To view, visit https://gerrit.wikimedia.org/r/133269
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I33b0347a1dd08128689f6dc2b186630528509567
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Subramanya Sastry <ssas...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to