rusefi_documentation/Dev-LTS-project.md

20 lines
864 B
Markdown
Raw Normal View History

# Long Term Support Project
## Maybe prerequisite
2023-01-02 11:22:23 -08:00
2022-12-11 05:52:03 -08:00
Nathan wonders what the hell does current automation even do. Could this be clarified with minor code comments on top of key files?
2023-01-02 11:22:23 -08:00
Nathan reminds that some code generation could/should be integrated into Makefile. Some documentation in <https://github.com/rusefi/rusefi/blob/master/firmware/config/boards/readme.md>
2022-12-11 05:52:03 -08:00
## Current state
2022-12-11 05:49:32 -08:00
* Manual github "latest" release (1. Manual full build without skips, 2. manual download from build server, 3. manual release upload)
* Automated master branch snapshot upload
* Console can update to master snapshot
* Bundle .zip has confusing folder name with timestamp
## Desired state
2022-12-11 05:49:32 -08:00
* How does github fit with non-linear release flow?
* More automated github release process?
2023-01-02 11:22:23 -08:00
* Smarter console autoupdate options - update within relese VS update to snapshot? Rollback?