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

mkosi: create builddir if configured but missing #181

Merged
merged 1 commit into from
Oct 26, 2017

Commits on Oct 25, 2017

  1. mkosi: create builddir if configured but missing

    If a builddir is explicitly configured but missing, automatically create
    it.
    
    This follows the logic already implemented for mkosi.output/ and
    mkosi.cache/.
    
    This is particularly useful when storing mkosi settings in a git repo,
    as git normally doesn't allow us to store empty directories, and hence
    we cannot make use of auto-discovery of mkosi.output/ and mkosi.cache/.
    By configuring these paths explicitly in mkosi.default however, we can
    work around this, as in that case we'll create the directories if
    needed.
    poettering committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    c8d2e4e View commit details
    Browse the repository at this point in the history