Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 998AF10795 for ; Wed, 18 Sep 2013 14:53:31 +0000 (UTC) Received: (qmail 78498 invoked by uid 500); 18 Sep 2013 14:53:31 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 78471 invoked by uid 500); 18 Sep 2013 14:53:31 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 78461 invoked by uid 99); 18 Sep 2013 14:53:30 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 14:53:30 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5C82E82964A; Wed, 18 Sep 2013 14:53:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Message-Id: <5396dfef3fb945cbb76b54af33357109@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Make ffos and win8 "active" platforms (to be included in release bug sub-tasks). Date: Wed, 18 Sep 2013 14:53:30 +0000 (UTC) Updated Branches: refs/heads/master 3564f2818 -> 4802e144c 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/4802e144 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/4802e144 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/4802e144 Branch: refs/heads/master Commit: 4802e144ca61fddf2d47fa09efd181591698a24a Parents: 3564f28 Author: Andrew Grieve Authored: Wed Sep 18 10:51:53 2013 -0400 Committer: Andrew Grieve Committed: Wed Sep 18 10:53:11 2013 -0400 ---------------------------------------------------------------------- coho | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/4802e144/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index 46619c1..6ea4c2e 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', @@ -104,8 +103,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', @@ -903,7 +901,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