You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/10/21 20:24:46 UTC

cordova-medic git commit: Adding link step for cordova-common to platform install.

Repository: cordova-medic
Updated Branches:
  refs/heads/master c966b6cef -> c8a54db5c


Adding link step for cordova-common to platform install.


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

Branch: refs/heads/master
Commit: c8a54db5cf348f3336d84174df88b34df82f63b3
Parents: c966b6c
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Wed Oct 21 11:24:41 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Wed Oct 21 11:24:41 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/c8a54db5/buildbot-conf/cordova.conf
----------------------------------------------------------------------
diff --git a/buildbot-conf/cordova.conf b/buildbot-conf/cordova.conf
index 51abf7e..c9e5dc8 100644
--- a/buildbot-conf/cordova.conf
+++ b/buildbot-conf/cordova.conf
@@ -317,6 +317,7 @@ def cordova_steps_create_mobilespec(platform):
 
         # get and install platform
         CodebaseClone(get_platform_codebase(platform)),
+        NPMLink(command=['cordova-common'], workdir=get_platform_codebase(platform), what='cloned cordova-common'),
         NPMInstall(what='platform', workdir=get_platform_codebase(platform)),
 
         # create mobilespec


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