You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2014/11/13 06:24:44 UTC

[04/14] cordova-medic git commit: Fixed error with "COHO Clone failed: Invalid repo value: wp8 Use the list-repos command to see value values."

Fixed error with "COHO Clone failed: Invalid repo value: wp8
Use the list-repos command to see value values."


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

Branch: refs/heads/master
Commit: 23d1cd592c2cb0c78b55c5b2ac1af6e7ce2ff6c6
Parents: f15c3da
Author: maria.bukharina <ma...@akvelon.com>
Authored: Wed Oct 8 15:20:06 2014 +0400
Committer: maria.bukharina <ma...@akvelon.com>
Committed: Wed Oct 8 15:20:06 2014 +0400

----------------------------------------------------------------------
 master.cfg | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/23d1cd59/master.cfg
----------------------------------------------------------------------
diff --git a/master.cfg b/master.cfg
index 352d977..7b72ece 100644
--- a/master.cfg
+++ b/master.cfg
@@ -213,6 +213,8 @@ class PlatformTestBase(object):
             platform = "blackberry"
         if platform == "windows8":
             platform = "windows"
+        if platform == "wp8":
+            platform = "windowsphone"
         return [
             ShellCommand(command=["./cordova-coho/coho", "repo-clone", "-r", "plugins", "-r", "mobile-spec", "-r", platform, "-r", "js"], workdir='build', haltOnFailure=True, description='COHO Clone'),
             ShellCommand(command=["./cordova-coho/coho", "repo-update", "-r", "plugins", "-r", "mobile-spec", "-r", platform, "-r", "js"], workdir='build', haltOnFailure=True, description='COHO Update'),


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