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:53 UTC

[13/14] cordova-medic git commit: Updated documentation for "cordova-" prefix and config.json sample

Updated documentation for "cordova-" prefix and config.json sample

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

Branch: refs/heads/master
Commit: 9625b32406ba112498fd1a13e630d862840ca388
Parents: a23d3c9
Author: dmitriy-barkalov <v-...@microsoft.com>
Authored: Tue Nov 11 02:55:03 2014 -0800
Committer: dmitriy-barkalov <v-...@microsoft.com>
Committed: Tue Nov 11 02:55:03 2014 -0800

----------------------------------------------------------------------
 README.md                  | 11 ++++-------
 config.json.sample-windows | 27 ---------------------------
 2 files changed, 4 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/9625b324/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d73f9bd..d113244 100644
--- a/README.md
+++ b/README.md
@@ -60,18 +60,15 @@ medic requires grunt-cli npm package to be installed globally. You can install i
 4. Stop the slave and the master
 5. Add slaves:
   - On Mac
-    - buildslave create-slave slave_ios localhost:9889 ios-slave pass
-    - buildslave create-slave slave_android localhost:9889 android-slave pass
+    - buildslave create-slave slave_ios localhost:9889 cordova-ios-slave pass
+    - buildslave create-slave slave_android localhost:9889 cordova-android-slave pass
   - On Windows
-    - buildslave create-slave slave_windows localhost:9889 windows-slave pass
+    - buildslave create-slave slave_windows localhost:9889 cordova-windows-slave pass
  
 6. Get three files from the medic repository
   - master.cfg - copy to buildbot/master/master.cfg
   - repos.json - copy to the buildbot base directory
-  - On Mac
-    - config.json.sample -  copy to the buildbot base directory, then edit for local ip, test platforms, ios keychain, current release build
-  - On Windows
-    - config.json.sample-windows -  copy to the buildbot base directory, then edit for local ip
+  - config.json.sample -  copy to the buildbot base directory, then edit for local ip, test platforms, ios keychain, current release build
 
 7. Update config.json
   - Replace `http://localcouchdb:5984` with CouchDB host address

http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/9625b324/config.json.sample-windows
----------------------------------------------------------------------
diff --git a/config.json.sample-windows b/config.json.sample-windows
deleted file mode 100644
index a5f7a14..0000000
--- a/config.json.sample-windows
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-    "couchdb":{
-        "host":"http://localcouchdb:5984"
-    },
-    "dashboard":{
-        "port":8088
-    },
-    "app":{
-        "entry":"autotest/pages/all.html",
-        "platforms":"windows8,wp8,android",
-        "release":"master",
-        "timeout": 600
-    },
-    "wp8":{
-        "target": "device",
-        "TODO" : "add several targets support: emulators: WVGA, WXGA, 720p, 1080p or devices: default or specified by id 7988B8C3-3ADE-488d-BA3E-D052AC9DC710"
-    },
-    "windows8": {
-        "target": "local|emulator|device"
-    },
-    "mail":{
-        "to":["someone@someplace.com"],
-        "from":"yourbuildbot@yourEmailService.com",
-        "password":"yourSMTPpassword",
-        "serverURL":"put your external url here"
-    }
-}
\ No newline at end of file


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