Skip to content

What does "Not Updatable" tag actually mean in your context #4083

Answered by tremor021
numericOverflow asked this question in Q&A
Discussion options

You must be logged in to vote

Updatable = the script author implemented the update procedure into the script
Not Updatable = the author of the script didn't provide a update procedure or the app itself has a breaking change which results in us forcibly stopping any update on the app.

Most of the apps that we install are pulled from github, via release tarballs. This ensures that app most likely has a way of updating without forcing the user to reinstall the app.

However, some apps introduce big changes to the way the app installs/updates/works, so the current update procedure would most likely break the entire LXC if used. For such apps we reserve a right to outright stop supporting it because of constant breaking, or…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@numericOverflow
Comment options

@tremor021
Comment options

Answer selected by michelroegl-brunner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants