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

Set x_netkan_allow_out_of_order for backporting mods #7528

Merged
merged 1 commit into from
Nov 28, 2019

Conversation

HebaruSan
Copy link
Member

Motivation

In KSP-CKAN/CKAN#2824 and KSP-CKAN/NetKAN-Infra#102, we are automating version "epoch" management so that mod versions will be interpreted in chronological order.

This is undesirable for a few mods, specifically those that sometimes intentionally release a lower version of a mod after a later version, for example to backport fixes to earlier game versions.

Changes

Now the following mods have x_netkan_allow_out_of_order set to true because they have a history of intentional/valid out of order releases:

  • Backports/Kopernicus
  • KSPInterstellarExtended

This will ensure that these mods will not be auto-epoched.

Note that this property is not in the spec yet, but it will be after KSP-CKAN/CKAN#2824 is merged. It is important to set it before then, though, to prevent backports from accidentally being auto-epoched after merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant