KSP-CKAN / NetKAN-Infra

NetKAN Infrastructure Repo
MIT License
3 stars 6 forks source link

Increase SD adder's spec version #261

Closed HebaruSan closed 2 years ago

HebaruSan commented 2 years ago

Problem

https://github.com/KSP-CKAN/NetKAN/runs/5226451616?check_suite_focus=true

Error: 1433 [1] FATAL CKAN.NetKAN.Program (null) - spec_version v1.18+ required for 'as' ERROR:root:Test of NetKAN/YnoT1300.netkan failed!

Cause

257 added automatic generation of install stanzas for craft files, using the as property.

However, the as property requires a spec version of v1.18 (see KSP-CKAN/CKAN#2788), and the SpaceDock adder uses v1.10, so we'll get an inflation error whenever a ZIP contains a craft file.

Changes

Now the spec version is incremented to v1.18.