You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2022. It is now read-only.
If a custom script in a preset file fails we should ask the user if they want to either:
Skip the script and continue with the rest of the presets
Edit the script (i.e. edit the tempfile in the host's $EDITOR) and re-run it after modifications
Abort ALMA execution entirely (the current behaviour)
Justification
This will make it easier for users when composing a system with many preset files (i.e. you don't want to re-install 100 packages again because of a typo in one preset script).
Task
If a custom script in a preset file fails we should ask the user if they want to either:
Justification
This will make it easier for users when composing a system with many preset files (i.e. you don't want to re-install 100 packages again because of a typo in one preset script).