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

Check if artifactdir exists early #429

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 11, 2023

  1. Check if artifactdir exists early

    Currently debos fails if an action attempts to use artifactdir and it
    doesn't exist on the host:
    
      $ debos --artifactdir=out rpi64/debimage-rpi64.yaml
      Action `image-partition` failed at stage PreMachine, error: open /home/obbardc/projects/debos/debos-recipes/out/debian-rpi64.img: no such file or directory
    
    Check that artifactdir exists early and return an error in case that it
    does not exist.
    
    Closes: #426
    Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
    obbardc committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f334d32 View commit details
    Browse the repository at this point in the history