summaryrefslogtreecommitdiff
path: root/mkosi.build
Commit message (Collapse)AuthorAgeFilesLines
* mkosi: when the build fails, show its log output, and propagate errorLennart Poettering2017-09-221-1/+1
|
* mkosi: use '[' rather than 'test' everywhereLennart Poettering2017-07-201-1/+2
|
* mkosi: support mkosi's --without-tests switchLennart Poettering2017-07-201-1/+1
| | | | | | | | | | This adds support for the mkosi switch --without-tests that is introduced by: https://github.com/systemd/mkosi/pull/122 With this in place doing "mkosi -ifT shell" is the fastest way from a git clone to a shell within a freshly compiled systemd system.
* mkosi: make use of BUILDDIR if it is setLennart Poettering2017-07-171-6/+10
| | | | | | | | This way, the new "mkosi.builddir" support proposed in PR: https://github.com/systemd/mkosi/pull/114 will be made use of automatically.
* mkosi.build: set encodingZbigniew Jędrzejewski-Szmek2017-05-051-0/+1
| | | | Otherwise python3 (via meson) complains.
* mkosi: switch build to mesonZbigniew Jędrzejewski-Szmek2017-05-051-5/+4
| | | | | For Fedora, the version is bumped to 26. In F25, ninja is still called ninja-build (while the package with the rename is going through QA).
* mkosi: change /etc/issue text a bit for mkosi images build from systemd treeLennart Poettering2016-12-141-0/+8
|
* mkosi: run tests when building mkosi imagesLennart Poettering2016-12-141-0/+2
|
* mkosi: drop git cleanZbigniew Jędrzejewski-Szmek2016-10-061-1/+0
| | | | This is required after systemd/mkosi#25.
* mkosi: make sure we fail on errorLennart Poettering2016-07-191-1/+1
|
* build-sys: add mkosi hookup (#3731)Lennart Poettering2016-07-151-0/+26
This adds a build script and a settings file for "mkosi", a tool for putting together full, bootable disk images for container managers of EFI systems and VMs. With these files it's enough to type "mkosi" in the project directory to generate a bootable Fedora 24 OS image with a version of systemd compiled fresh from the working tree. See https://github.com/systemd/mkosi