You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by rk...@apache.org on 2016/05/10 17:15:28 UTC

cordova-medic git commit: CB-11237: linking cordova-fetch

Repository: cordova-medic
Updated Branches:
  refs/heads/master bed55f473 -> 30e71c167


CB-11237: linking cordova-fetch


Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/30e71c16
Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/30e71c16
Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/30e71c16

Branch: refs/heads/master
Commit: 30e71c167ed5306bc47c20296cccf93d338a68f8
Parents: bed55f4
Author: Richard Knoll <ri...@gmail.com>
Authored: Mon May 9 17:23:32 2016 -0700
Committer: Richard Knoll <ri...@gmail.com>
Committed: Mon May 9 17:23:32 2016 -0700

----------------------------------------------------------------------
 buildbot-conf/cordova.conf | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/30e71c16/buildbot-conf/cordova.conf
----------------------------------------------------------------------
diff --git a/buildbot-conf/cordova.conf b/buildbot-conf/cordova.conf
index 74f83f2..6f093f2 100644
--- a/buildbot-conf/cordova.conf
+++ b/buildbot-conf/cordova.conf
@@ -295,9 +295,15 @@ CORDOVA_STEPS_GET_TOOLS = [
     NPMInstall(workdir='cordova-lib/cordova-common', what='cordova-common'),
     NPMLink(workdir='cordova-lib/cordova-common', what='cordova-common'),
 
+    # install fetch
+    NPMLink(command=['cordova-common'], workdir='cordova-lib/cordova-fetch', what='cloned cordova-common'),
+    NPMInstall(workdir='cordova-lib/cordova-fetch', what='cordova-fetch'),
+    NPMLink(workdir='cordova-lib/cordova-fetch', what='cordova-fetch'),
+
     # install lib
     NPMLink(command=['cordova-js'], workdir='cordova-lib/cordova-lib', what='cloned cordova-js'),
     NPMLink(command=['cordova-common'], workdir='cordova-lib/cordova-lib', what='cloned cordova-common'),
+    NPMLink(command=['cordova-fetch'], workdir='cordova-lib/cordova-lib', what='cloned cordova-fetch'),
     NPMInstall(workdir='cordova-lib/cordova-lib', what='cordova-lib'),
     NPMLink(workdir='cordova-lib/cordova-lib', what='cordova-lib'),
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org