mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- Repair is run within an operation. - Diagnostics are run for the app first. - Call app.repair, then re-run setup if needed. - Add helper functions for apps or components to store error messages in thread local storage. These error messages are shown at the end. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> [sunil: Undo minor reformatting, due to automatic tool] [sunil: Fix passing incorrect Exception argument to operation.on_update] [sunil: Add full stop at the end of the success message to match install message] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>