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

erisu 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 e4d9c3e  feat: remove deprecated platform firefoxos (#310)
e4d9c3e is described below

commit e4d9c3e5c3517eb058b1f64a0587850caa94e63b
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon May 15 08:38:21 2023 +0900

    feat: remove deprecated platform firefoxos (#310)
---
 src/repo-update.js | 5 -----
 src/repoutil.js    | 8 --------
 2 files changed, 13 deletions(-)

diff --git a/src/repo-update.js b/src/repo-update.js
index 501a17b..13058b5 100644
--- a/src/repo-update.js
+++ b/src/repo-update.js
@@ -106,11 +106,6 @@ function * updateRepos (repos, branches, noFetch) {
     if (branches && branches.length) {
         let errors = '';
         yield repoutil.forEachRepo(repos, function * (repo) {
-            if (repo.id === 'firefoxos' && process.platform === 'win32') {
-                console.log('Skipping firefox OS repo on Windows as it fails 
due to max path length issues');
-                return;
-            }
-
             if (repo.svn) {
                 try {
                     yield executil.execHelper(executil.ARGS('svn up'), /* 
silent */ false, /* allowError */ true);
diff --git a/src/repoutil.js b/src/repoutil.js
index 628df59..a8b1e2b 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -38,14 +38,6 @@ const platformRepos = [
         jiraComponentName: 'cordova-ios',
         cordovaJsPaths: ['CordovaLib/cordova.js'],
         versionFilePaths: [path.join('CordovaLib', 'VERSION')]
-    }, {
-        title: 'Firefox OS',
-        id: 'firefoxos',
-        repoName: 'cordova-firefoxos',
-        jiraComponentName: 'cordova-firefoxos',
-        cordovaJsSrcName: 'cordova.firefoxos.js',
-        cordovaJsPaths: ['cordova-lib/cordova.js'],
-        inactive: true
     }, {
         title: 'Mac OSX',
         id: 'osx',


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

Reply via email to