You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/10/01 17:01:21 UTC

[3/7] git commit: Make ffos and win8 "active" platforms (to be included in release bug sub-tasks).

Make ffos and win8 "active" platforms (to be included in release bug sub-tasks).

Make WP8 name be "WP8 + WP7" since the two are in the same repo now.


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

Branch: refs/heads/master
Commit: 92ccee8867a0828f179dee354d02201656dbfbc7
Parents: dcf5250
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Sep 18 10:51:53 2013 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Tue Oct 1 10:56:26 2013 -0400

----------------------------------------------------------------------
 coho | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/92ccee88/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 0dc6912..3e9cbd3 100755
--- a/coho
+++ b/coho
@@ -84,10 +84,9 @@ var platformRepos = [
         jiraComponentName: 'Windows 8',
         cordovaJsSrcName: 'cordova.windows8.js',
         cordovaJsPaths: ['windows8/cordova.js', 'windows8/template/www/cordova.js'],
-        versionFilePaths: [path.join('windows8', 'VERSION'), path.join('windows8', 'template', 'VERSION')],
-        inactive: true
+        versionFilePaths: [path.join('windows8', 'VERSION'), path.join('windows8', 'template', 'VERSION')]
     }, {
-        title: 'Windows Phone 8',
+        title: 'Windows Phone 7 & 8',
         id: 'wp8',
         repoName: 'cordova-wp8',
         jiraComponentName: 'WP8',
@@ -111,8 +110,7 @@ var platformRepos = [
         id: 'firefoxos',
         repoName: 'cordova-firefoxos',
         jiraComponentName: 'FirefoxOS',
-        cordovaJsPaths: ['cordova-lib/cordova.js'],
-        inactive: true
+        cordovaJsPaths: ['cordova-lib/cordova.js']
     }, {
         title: 'Bada',
         id: 'bada',
@@ -910,7 +908,7 @@ function repoPushCommand(argv) {
         .options('b', {
             alias: 'branch',
             desc: 'The name of the branch to push. Can be specified multiple times to specify multiple branches.',
-            default: 'master'
+            default: ['master', 'dev']
          });
     opt = registerHelpFlag(opt);
     var argv = opt