Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Permalink
Branch: master
Commits on Oct 17, 2019
  1. Optionally include the .git directory with the files it contains

    purpleidea authored and poettering committed Sep 18, 2019
    When copying files in from git, using copy-git-cached ignores the files
    in the .git/ directory. This introduces a copy-git-more option that also
    pulls those files in. This is useful for builds that use `git describe`
    or another git command for their version number or tests. With this
    feature they can now query it.
  2. Add flag to skip (second) final image build phase

    purpleidea authored and poettering committed Sep 18, 2019
    This adds a new flag to cause the (second) final stage to be skipped.
    This is useful for when you're more interested in the build artifacts
    being built in the correct environment, and less interested in the final
    image.
Commits on Oct 8, 2019
  1. Add env to build that specifies which "default" we're using

    purpleidea authored and keszybz committed Sep 20, 2019
    It's not possible to determine which "mkosi.default" we're using, when
    using a single "mkosi.build" script with `mkosi --default <file> build`
    so this adds a variable that allows the build script to know which one
    is being used.
Commits on Sep 18, 2019
  1. Fix typo in source comments

    purpleidea authored and keszybz committed Sep 18, 2019
You can’t perform that action at this time.