-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
NetKAN AVC support for split distributions #269
Comments
I agree. I'd really love a |
Kevin: I'm looking at a partial implementation whereby if we can't find a It's not as ideal as a full implementation, but it'll cover many of the common cases where version checks are being performed. (And should definitely help with RPM.) |
Previously, we'd only use a `.version` file if it was going to be installed. Now, we'll still check the installed files first, but will fall back to using a lone `.version` file if it's the only one in the archive. Eases KSP-CKAN#269.
This issue was moved to KSP-CKAN/CKAN-netkan#10 |
Previously, we'd only use a `.version` file if it was going to be installed. Now, we'll still check the installed files first, but will fall back to using a lone `.version` file if it's the only one in the archive. Eases KSP-CKAN#269.
When a single distribution is split into multiple packages (like is sometimes done for configs, or to separate out optional parts), and the original distribution contains only one .version file, only the package that will include that version file can use it to set the KSP version information.
It would be nice if there were some way for all the packages from that single distribution to use that single version file.
The text was updated successfully, but these errors were encountered: