Permalink
Branch: master
Commits on Oct 17, 2019
-
Optionally include the .git directory with the files it contains
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.
-
Add flag to skip (second) final image build phase
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
-
Add env to build that specifies which "default" we're using
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