-
Notifications
You must be signed in to change notification settings - Fork 13
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
Automatic updates #19
Comments
There is three options how to proceed with this:
|
I didn't understand the idea automatic updates |
It is not automatic in the sense that it would update itself automatically but in the sense that package managers (for example mrepo) can read the update JSON file (with the help of updateJson property) to determine if there is a newer version available. I have been thinking about this and I think the best option would be to point outside of version control. This way it should be easy to point to the latest version regardless of the version used. This would also help version control as we don't need to keep release branches for ever and can prune old ones (tags can be used for returning to old version if needed, for example for bug checking). |
chroot-distro should support updateJson property for module.prop file and the associated update JSON file. This makes updating to a new version easier as there is no need for the user to download the updated version separately.
The text was updated successfully, but these errors were encountered: