Skip to content
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

build-commands: add: The build process fails when an individual entry… #601

Merged

Commits on May 20, 2024

  1. flatpak-manifest(5): If one command fails, the whole build fails

    Documenting this makes it more obvious that it's valid to write
    
        - foo
        - bar
        - baz
    
    and unnecessary to combine those commands into
    `foo && bar && baz` to get sensible error behaviour.
    
    Co-authored-by: Simon McVittie <smcv@collabora.com>
    nandedamana and smcv committed May 20, 2024
    Configuration menu
    Copy the full SHA
    45b225b View commit details
    Browse the repository at this point in the history