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 8CF9E10AE4 for ; Mon, 18 Nov 2013 19:10:40 +0000 (UTC) Received: (qmail 99149 invoked by uid 500); 18 Nov 2013 19:10:40 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 99131 invoked by uid 500); 18 Nov 2013 19:10:40 -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 99124 invoked by uid 99); 18 Nov 2013 19:10:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 19:10:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 14A4D35971; Mon, 18 Nov 2013 19:10:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Mon, 18 Nov 2013 19:10:39 -0000 Message-Id: <8aac9b5cc4a94fe5947d4a9cc320ca94@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: coho changes Updated Branches: refs/heads/master 332f7c0f8 -> 7ca43cc3e coho changes Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/b63791fe Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/b63791fe Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/b63791fe Branch: refs/heads/master Commit: b63791fecc8b0f3b6c9e1445930485814481bd9a Parents: 7e8b4a0 Author: Steven Gill Authored: Mon Nov 18 11:09:06 2013 -0800 Committer: Steven Gill Committed: Mon Nov 18 11:09:06 2013 -0800 ---------------------------------------------------------------------- coho | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/b63791fe/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index cd2ff9c..7d63aeb 100755 --- a/coho +++ b/coho @@ -98,7 +98,8 @@ var platformRepos = [ id: 'osx', repoName: 'cordova-osx', jiraComponentName: 'OSX', - cordovaJsPaths: ['CordovaFramework/cordova.js'] + cordovaJsPaths: ['CordovaFramework/cordova.js'], + inactive: true }, { title: 'Firefox OS', id: 'firefoxos', @@ -168,7 +169,8 @@ var nonPlatformRepos = [ title: 'App Harness', id: 'app-harness', repoName: 'cordova-app-harness', - jiraComponentName: 'AppHarness' + jiraComponentName: 'AppHarness', + inactive: true } ]; @@ -178,91 +180,109 @@ var pluginRepos = [ id: 'plugin-battery-status', repoName: 'cordova-plugin-battery-status', jiraComponentName: 'Plugin Battery Status', + inactive: true }, { title: 'Plugin - Camera', id: 'plugin-camera', repoName: 'cordova-plugin-camera', jiraComponentName: 'Plugin Camera', + inactive: true }, { title: 'Plugin - Console', id: 'plugin-console', repoName: 'cordova-plugin-console', jiraComponentName: 'Plugin Console', + inactive: true }, { title: 'Plugin - Contacts', id: 'plugin-contacts', repoName: 'cordova-plugin-contacts', jiraComponentName: 'Plugin Contacts', + inactive: true }, { title: 'Plugin - Device Motion', id: 'plugin-device-motion', repoName: 'cordova-plugin-device-motion', jiraComponentName: 'Plugin Device Motion', + inactive: true }, { title: 'Plugin - Device Orientation', id: 'plugin-device-orientation', repoName: 'cordova-plugin-device-orientation', jiraComponentName: 'Plugin Device Orientation', + inactive: true }, { title: 'Plugin - Device', id: 'plugin-device', repoName: 'cordova-plugin-device', jiraComponentName: 'Plugin Device', + inactive: true }, { title: 'Plugin - Dialogs', id: 'plugin-dialogs', repoName: 'cordova-plugin-dialogs', jiraComponentName: 'Plugin Dialogs', + inactive: true }, { title: 'Plugin - File Transfer', id: 'plugin-file-transfer', repoName: 'cordova-plugin-file-transfer', jiraComponentName: 'Plugin File Transfer', + inactive: true }, { title: 'Plugin - File', id: 'plugin-file', repoName: 'cordova-plugin-file', jiraComponentName: 'Plugin File', + inactive: true }, { title: 'Plugin - Geolocation', id: 'plugin-geolocation', repoName: 'cordova-plugin-geolocation', jiraComponentName: 'Plugin Geolocation', + inactive: true }, { title: 'Plugin - Globalization', id: 'plugin-globalization', repoName: 'cordova-plugin-globalization', jiraComponentName: 'Plugin Globalization', + inactive: true }, { title: 'Plugin - InAppBrowser', id: 'plugin-inappbrowser', repoName: 'cordova-plugin-inappbrowser', jiraComponentName: 'Plugin InAppBrowser', + inactive: true }, { title: 'Plugin - Media', id: 'plugin-media', repoName: 'cordova-plugin-media', jiraComponentName: 'Plugin Media', + inactive: true }, { title: 'Plugin - Media Capture', id: 'plugin-media-capture', repoName: 'cordova-plugin-media-capture', jiraComponentName: 'Plugin Media Capture', + inactive: true }, { title: 'Plugin - Network Information', id: 'plugin-network-information', repoName: 'cordova-plugin-network-information', jiraComponentName: 'Plugin Network Information', + inactive: true }, { title: 'Plugin - Splash Screen', id: 'plugin-splashscreen', repoName: 'cordova-plugin-splashscreen', jiraComponentName: 'Plugin SplashScreen', + inactive: true }, { title: 'Plugin - Vibration', id: 'plugin-vibration', repoName: 'cordova-plugin-vibration', jiraComponentName: 'Plugin Vibration', + inactive: true } ]; @@ -272,20 +292,24 @@ var otherRepos = [ id: 'cli', repoName: 'cordova-cli', jiraComponentName: 'CLI', + inactive: true }, { title: 'Cordova Plugman', id: 'plugman', repoName: 'cordova-plugman', jiraComponentName: 'Plugman', + inactive: true }, { title: 'Cordova App Harness', id: 'app-harness', repoName: 'cordova-app-harness', + inactive: true }, { title: 'Cordova Coho', id: 'coho', repoName: 'cordova-coho', jiraComponentName: 'Coho', + inactive: true } ]; @@ -297,6 +321,7 @@ var repoGroups = { 'platform': platformRepos, 'plugins': pluginRepos, 'active-platform': platformRepos.filter(function(r) { return !r.inactive }), + 'release-repos': allRepos.filter(function(r) { return !r.inactive }) }; repoGroups['cadence'] = repoGroups['active-platform'].concat([getRepoById('cli'), getRepoById('js'), getRepoById('mobile-spec'), getRepoById('app-hello-world'), getRepoById('docs')]); @@ -501,6 +526,7 @@ function createReleaseCommand(argv) { process.exit(1); } var repos = computeReposFromFlag(argv.r); + console.log(repos); var prevVersion = validateVersionString(argv['prev-version'], true); var newVersion = validateVersionString(argv['new-version']);