Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove release_status property from all netkans #10283

Merged
merged 1 commit into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 12 additions & 18 deletions NetKAN/BDDMP.netkan
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"identifier": "BDDMP",
"$kref": "#/ckan/spacedock/253",
"release_status": "development",
"license": "CC-BY-SA-2.0",
"tags": [
"plugin",
"combat"
],
"depends": [
{ "name" : "DarkMultiPlayer" },
{ "name" : "BDArmoryContinued" }
],
"install": [ {
"find": "zzBDDMP",
"install_to": "GameData"
} ]
}
identifier: BDDMP
$kref: '#/ckan/spacedock/253'
license: CC-BY-SA-2.0
tags:
- plugin
- combat
depends:
- name: DarkMultiPlayer
- name: BDArmoryContinued
install:
- find: zzBDDMP
install_to: GameData
36 changes: 14 additions & 22 deletions NetKAN/DarkMultiPlayer.netkan
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
{
"identifier" : "DarkMultiPlayer",
"$kref" : "#/ckan/spacedock/10",
"release_status" : "development",
"license" : "MIT",
"resources" : {
"manual" : "https://github.com/godarklight/DarkMultiPlayer/blob/master/README.md"
},
"tags": [
"plugin"
],
"install": [ {
"file" : "DMPClient/GameData/DarkMultiPlayer",
"install_to" : "GameData"
} ],
"x_netkan_override": [ {
"version": "v0.3.7.1",
"override": {
"ksp_version_min": "1.11.1"
}
} ]
}
identifier: DarkMultiPlayer
$kref: '#/ckan/spacedock/10'
license: MIT
resources:
manual: https://github.com/godarklight/DarkMultiPlayer/blob/master/README.md
tags:
- plugin
install:
- file: DMPClient/GameData/DarkMultiPlayer
install_to: GameData
x_netkan_override:
- version: v0.3.7.1
override:
ksp_version_min: 1.11.1
38 changes: 16 additions & 22 deletions NetKAN/KerbalEngineerRedux.netkan
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
{
"identifier": "KerbalEngineerRedux",
"name": "Kerbal Engineer Redux",
"abstract": "Reveals important statistics about your ship and its orbit during building and flight",
"$kref": "#/ckan/github/jrbudda/KerbalEngineer",
"$vref": "#/ckan/ksp-avc",
"license": "GPL-3.0",
"release_status": "testing",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/17833-*"
},
"tags": [
"plugin",
"information"
],
"install": [
{
"file": "KerbalEngineer",
"install_to": "GameData"
}
]
}
identifier: KerbalEngineerRedux

Check warning on line 1 in NetKAN/KerbalEngineerRedux.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1685 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/KerbalEngineer/KerbalEngineer.dll, GameData/KerbalEngineer/KerbalEngineer.Unity.dll

Check warning on line 1 in NetKAN/KerbalEngineerRedux.netkan

View workflow job for this annotation

GitHub Actions / Inflate

2224 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/KerbalEngineer/KerbalEngineer.dll, GameData/KerbalEngineer/KerbalEngineer.Unity.dll
name: Kerbal Engineer Redux
abstract: >-
Reveals important statistics about your ship and its orbit during building and
flight
$kref: '#/ckan/github/jrbudda/KerbalEngineer'
$vref: '#/ckan/ksp-avc'
license: GPL-3.0
resources:
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/17833-*
tags:
- plugin
- information
install:
- file: KerbalEngineer
install_to: GameData
1 change: 0 additions & 1 deletion NetKAN/KerwisChinaAerospacePack.netkan
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
identifier: KerwisChinaAerospacePack

Check warning on line 1 in NetKAN/KerwisChinaAerospacePack.netkan

View workflow job for this annotation

GitHub Actions / Inflate

27884 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/KerwisChineseAerospacePack/Plugins/DDSLoader.dll, GameData/KerwisChineseAerospacePack/Plugins/KerwisShader.dll, GameData/KerwisChineseAerospacePack/Plugins/PartMusic.dll

Check warning on line 1 in NetKAN/KerwisChinaAerospacePack.netkan

View workflow job for this annotation

GitHub Actions / Inflate

32795 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/KerwisChineseAerospacePack/Plugins/DDSLoader.dll, GameData/KerwisChineseAerospacePack/Plugins/KerwisShader.dll, GameData/KerwisChineseAerospacePack/Plugins/PartMusic.dll
$kref: '#/ckan/spacedock/2867'
license: CC-BY-NC-SA-4.0
release_status: development
tags:
- parts
depends:
Expand Down
1 change: 0 additions & 1 deletion NetKAN/Kopernicus.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ x_netkan_version_edit:
find: ^(?<version>.+)$
replace: release-${version}
x_netkan_allow_out_of_order: true
release_status: development
license: LGPL-3.0
author:
- BryceSchroeder
Expand Down
40 changes: 16 additions & 24 deletions NetKAN/PartOverhauls.netkan
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
{
"name" : "Porkjet's Part Overhauls",
"abstract" : "Porkjet's in-progress part overhauls",
"identifier" : "PartOverhauls",
"download" : "https://archive.org/download/PartOverhauls/PartOverhauls.zip",
"license" : "CC-BY-NC-3.0",
"version" : "0.1.0",
"author" : "Porkjet",
"release_status" : "development",
"ksp_version_min": "1.1.0",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/index.php?/topic/147582-*"
},
"tags": [
"parts",
"graphics"
],
"install" : [
{
"file" : "GameData/PartOverhauls",
"install_to" : "GameData"
}
]
}
name: Porkjet's Part Overhauls
abstract: Porkjet's in-progress part overhauls
identifier: PartOverhauls
download: https://archive.org/download/PartOverhauls/PartOverhauls.zip
license: CC-BY-NC-3.0
version: 0.1.0
author: Porkjet
ksp_version_min: 1.1.0
resources:
homepage: http://forum.kerbalspaceprogram.com/index.php?/topic/147582-*
tags:
- parts
- graphics
install:
- file: GameData/PartOverhauls
install_to: GameData
1 change: 0 additions & 1 deletion NetKAN/PlanetaryDiversity.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ author:
$kref: '#/ckan/spacedock/2243'
x_netkan_epoch: '1'
$vref: '#/ckan/ksp-avc'
release_status: development
license: MIT
tags:
- plugin
Expand Down
1 change: 0 additions & 1 deletion NetKAN/Scatterer-config.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ abstract: >-
$kref: '#/ckan/spacedock/141'
x_netkan_force_v: true
x_netkan_epoch: '3'
release_status: development
license: GPL-3.0
tags:
- graphics
Expand Down
1 change: 0 additions & 1 deletion NetKAN/Scatterer-sunflare.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ abstract: >-
$kref: '#/ckan/spacedock/141'
x_netkan_force_v: true
x_netkan_epoch: '3'
release_status: development
license: GPL-3.0
tags:
- graphics
Expand Down
1 change: 0 additions & 1 deletion NetKAN/Scatterer.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ identifier: Scatterer
$kref: '#/ckan/spacedock/141'
x_netkan_force_v: true
x_netkan_epoch: '3'
release_status: development
license: GPL-3.0
tags:
- graphics
Expand Down
76 changes: 35 additions & 41 deletions NetKAN/TextureReplacerReplaced.netkan
Original file line number Diff line number Diff line change
@@ -1,41 +1,35 @@
{
"identifier": "TextureReplacerReplaced",
"name": "Texture Replacer Replaced",
"abstract": "Kerbal and suits personalisation, texture replacement and reflections",
"$kref": "#/ckan/github/HaArLiNsH/TextureReplacerReplaced",
"$vref": "#/ckan/ksp-avc",
"license": "MIT",
"comment": "Plugin is MIT, but some parts CC-BY-NC-SA, and we always specify most restrictive in metadata.",
"author": [ "shaw", "RangeMachine", "HaArLiNsH" ],
"release_status": "testing",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/161898-*",
"repository": "https://github.com/HaArLiNsH/TextureReplacerReplaced"
},
"tags": [
"plugin",
"graphics"
],
"provides": [
"TextureReplacer"
],
"conflicts": [
{ "name": "TextureReplacer" }
],
"install" : [ {
"find" : "000_TRR_Config",
"install_to" : "GameData"
}, {
"find" : "TextureReplacerReplaced",
"install_to" : "GameData"
} ],
"recommends" : [
{ "name" : "WindowShine" }
],
"suggests" : [
{ "name" : "DiverseKerbalHeads" },
{ "name" : "TRRGuide" },
{ "name" : "TRR-MyTextureMod" },
{ "name" : "UKS" }
]
}
identifier: TextureReplacerReplaced
name: Texture Replacer Replaced
abstract: Kerbal and suits personalisation, texture replacement and reflections
$kref: '#/ckan/github/HaArLiNsH/TextureReplacerReplaced'
$vref: '#/ckan/ksp-avc'
license: MIT
comment: >-
Plugin is MIT, but some parts CC-BY-NC-SA, and we always specify most
restrictive in metadata.
author:
- shaw
- RangeMachine
- HaArLiNsH
resources:
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/161898-*
repository: https://github.com/HaArLiNsH/TextureReplacerReplaced
tags:
- plugin
- graphics
provides:
- TextureReplacer
conflicts:
- name: TextureReplacer
install:
- find: 000_TRR_Config
install_to: GameData
- find: TextureReplacerReplaced
install_to: GameData
recommends:
- name: WindowShine
suggests:
- name: DiverseKerbalHeads
- name: TRRGuide
- name: TRR-MyTextureMod
- name: UKS
1 change: 0 additions & 1 deletion NetKAN/USI-NuclearRockets.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ author: RoverDude
$kref: '#/ckan/github/UmbraSpaceIndustries/NuclearRockets'
$vref: '#/ckan/ksp-avc'
license: restricted
release_status: development
resources:
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/121597-*
manual: https://umbraspaceindustries.github.io/UmbraSpaceIndustries/
Expand Down
1 change: 0 additions & 1 deletion NetKAN/kOSPropMonitor.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
identifier: kOSPropMonitor

Check failure on line 1 in NetKAN/kOSPropMonitor.netkan

View workflow job for this annotation

GitHub Actions / Inflate

4086 [1] FATAL CKAN.NetKAN.Program (null) - Generated 2 modules but only 1 requested: 1.7.3.0 on github.com; 1.7.3 on spacedock.info

Check failure on line 1 in NetKAN/kOSPropMonitor.netkan

View workflow job for this annotation

GitHub Actions / Inflate

5816 [1] FATAL CKAN.NetKAN.Program (null) - Generated 2 modules but only 1 requested: 1.7.3.0 on github.com; 1.7.3 on spacedock.info
$kref: '#/ckan/github/FirstPersonKSP/kOSPropMonitor'
x_netkan_version_edit:
find: ^v
Expand All @@ -13,7 +13,6 @@
$kref: '#/ckan/spacedock/3473'
$vref: '#/ckan/ksp-avc'
license: GPL-3.0
release_status: development
tags:
- plugin
- information
Expand Down