You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/11/01 17:00:47 UTC

[cordova-coho] branch master updated: updated inactive repos

This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e613d0  updated inactive repos
5e613d0 is described below

commit 5e613d034395c34074ca2180e020901b3835f3bb
Author: Steve Gill <st...@gmail.com>
AuthorDate: Wed Nov 1 10:00:37 2017 -0700

    updated inactive repos
---
 src/repoutil.js | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/repoutil.js b/src/repoutil.js
index 4277428..d6ba093 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -46,7 +46,8 @@ var platformRepos = [
         cordovaJsSrcName: 'cordova.blackberry10.js',
         cordovaJsPaths: [path.join('javascript', 'cordova.blackberry10.js')],
         versionFilePaths: [path.join('VERSION')],
-        packageFilePaths: [path.join('package.json')]
+        packageFilePaths: [path.join('package.json')],
+        inactive: true
     }, {
         title: 'Windows',
         id: 'windows',
@@ -63,14 +64,16 @@ var platformRepos = [
         jiraComponentName: 'cordova-wp8',
         cordovaJsSrcName: 'cordova.wp8.js',
         cordovaJsPaths: ['template/www/cordova.js'],
-        packageFilePaths: ['package.json']
+        packageFilePaths: ['package.json'],
+        inactive: true
     }, {
         title: 'Firefox OS',
         id: 'firefoxos',
         repoName: 'cordova-firefoxos',
         jiraComponentName: 'cordova-firefoxos',
         cordovaJsSrcName: 'cordova.firefoxos.js',
-        cordovaJsPaths: ['cordova-lib/cordova.js']
+        cordovaJsPaths: ['cordova-lib/cordova.js'],
+        inactive: true
     }, {
         title: 'Mac OSX',
         id: 'osx',
@@ -83,13 +86,15 @@ var platformRepos = [
         id: 'ubuntu',
         repoName: 'cordova-ubuntu',
         jiraComponentName: 'cordova-ubuntu',
-        cordovaJsPaths: ['www/cordova.js']
+        cordovaJsPaths: ['www/cordova.js'],
+        inactive: true
     }, {
         title: 'Amazon Fire OS',
         id: 'amazon-fireos',
         repoName: 'cordova-amazon-fireos',
         jiraComponentName: 'cordova-amazon-fireos',
-        cordovaJsPaths: ['framework/assets/www/cordova.js']
+        cordovaJsPaths: ['framework/assets/www/cordova.js'],
+        inactive: true
     }, {
         title: 'Browser',
         id: 'browser',
@@ -115,7 +120,8 @@ var platformRepos = [
         repoName: 'cordova-webos',
         jiraComponentName: 'cordova-webos',
         cordovaJsSrcName: 'cordova.webos.js',
-        cordovaJsPaths: ['cordova-lib/cordova.js']
+        cordovaJsPaths: ['cordova-lib/cordova.js'],
+        inactive: true
     }, {
         title: 'QT',
         id: 'qt',
@@ -426,6 +432,7 @@ var repoGroups = {
     'plugins': pluginRepos,
     'tools': toolRepos,
     'active-platform': platformRepos.filter(function (r) { return !r.inactive; }),
+    'active-platforms': platformRepos.filter(function (r) { return !r.inactive; }),
     'active-plugins': pluginRepos.filter(function (r) { return !r.inactive; }),
     'release-repos': allRepos.filter(function (r) { return !r.inactive; })
 };

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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