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 d963b02 feat: remove deprecated platform ubuntu (#319)
d963b02 is described below
commit d963b023368cfdf0c0153485e271aa7d9d282b8f
Author: エリス <[email protected]>
AuthorDate: Mon May 15 09:17:07 2023 +0900
feat: remove deprecated platform ubuntu (#319)
---
src/repoutil.js | 7 -------
1 file changed, 7 deletions(-)
diff --git a/src/repoutil.js b/src/repoutil.js
index 5e36455..45d31a4 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -38,13 +38,6 @@ const platformRepos = [
jiraComponentName: 'cordova-ios',
cordovaJsPaths: ['CordovaLib/cordova.js'],
versionFilePaths: [path.join('CordovaLib', 'VERSION')]
- }, {
- title: 'Ubuntu',
- id: 'ubuntu',
- repoName: 'cordova-ubuntu',
- jiraComponentName: 'cordova-ubuntu',
- cordovaJsPaths: ['www/cordova.js'],
- inactive: true
}, {
title: 'Amazon Fire OS',
id: 'amazon-fireos',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]