-
-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove release_status property from all netkans (#10283)
- Loading branch information
Showing
13 changed files
with
93 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / Inflate
|
||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters