summaryrefslogtreecommitdiff
path: root/.mkosi
Commit message (Collapse)AuthorAgeFilesLines
* Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek2017-11-193-0/+6
|
* mkosi: configure mkosi.cache/ and mkosi.builddir/ explicitlyLennart Poettering2017-11-101-0/+3
| | | | | | | | This way these dirs will be created automatically if they are missing, thus always guaranteeing optimal speedy behaviour. (Well at least, after https://github.com/systemd/mkosi/pull/181 is merged)
* mkosi.arch: fix comment (#6470)AsciiWolf2017-07-281-1/+1
| | | libidn -> libidn2
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
| | | | | v2: - also mention m4
* mkosi: add m4 (#6389)Lucas Werkmeister2017-07-173-0/+3
| | | This seems to be required since the move to meson.
* mkosi: roll back to libidn on Arch (#6388)Lucas Werkmeister2017-07-171-2/+3
| | | | This reverts the mkosi.arch part of a8a2a0ed64. libidn2 is only available on AUR, which mkosi doesn’t support.
* Merge pull request #6176 from poettering/timer-boottime-monotonicZbigniew Jędrzejewski-Szmek2017-06-221-1/+1
|\ | | | | WakeSystem= and other timer fixes.
| * mkosi: order package list alphabetically againLennart Poettering2017-06-221-1/+1
| |
* | mkosi: install libidn2 in the final system (#6173)Zbigniew Jędrzejewski-Szmek2017-06-223-0/+7
|/ | | | | | | | | | | | Recent systemd compiled in a build root which had libidn2-devel installed would not run in the default installation root which had just libidn and did not have libidn2. Since a8a2a0ed64f727c82e libidn2-devel (or equivalent) is installed in the build root. Normally, since we install systemd in the installation root, all dependencies that are needed for the compiled systemd to run are present, but libidn2 is a new dependency, so the distro packages would just pull in libidn, and not libidn2. Temporily add libdn2 to explicitly specified Packages. We can remove that once distro-compiled systemds have moved to libind2.
* mkosi: update Debian config for mkosi (#6089)AsciiWolf2017-06-061-1/+0
| | | Drop g++ package — it's only used for a test and we want to keep the mkosi installation footprint small-ish.
* mkosi: update Debian config for mkosi (#5997)AsciiWolf2017-05-211-2/+2
| | | | | | * mkosi.debian: fix libidn2 package name * mkosi.debian: drop duplicate diffutils package * mkosi.debian: add missing g++ package
* mkosi: switch over to libidn2Zbigniew Jędrzejewski-Szmek2017-05-113-3/+3
|
* mkosi.fedora: we need lz4 for lz4catZbigniew Jędrzejewski-Szmek2017-05-051-0/+1
|
* mkosi: switch build to mesonZbigniew Jędrzejewski-Szmek2017-05-053-10/+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).
* Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek2017-01-142-1/+1
|\
| * mkosi: drop duplicate "diffutils" package listingLennart Poettering2016-12-211-1/+0
| |
| * build-sys: add missing Makefile symlinkLennart Poettering2016-12-211-0/+1
| | | | | | | | | | This way we can just type "make" in the .mkosi/ directory and the right thing happens.
* | Updated Debian config for mkosi (#4949)AsciiWolf2016-12-231-0/+9
|/
* mkosi: update mkosi.fedora so that we can run "make check" during buildLennart Poettering2016-12-141-1/+3
| | | | | Our tests require "diff" and "tree", hence let's add them to the set of development packages.
* Merge pull request #4861 from keszybz/dissect-tweaksLennart Poettering2016-12-111-0/+1
|\ | | | | A prettification of the dissect code, mkosi and TODO updates
| * mkosi: we need diff to run ./configureZbigniew Jędrzejewski-Szmek2016-12-101-0/+1
| | | | | | | | | | checking if gcc supports -fno-rtti -fno-exceptions... ./configure: line 10083: diff: command not found no
* | Added Debian config for mkosi (#4865)AsciiWolf2016-12-111-0/+73
|/
* mkosi: install Fedora 25Zbigniew Jędrzejewski-Szmek2016-10-061-1/+1
| | | | No need to look back at the past. Fedora 25 is here (almost).
* mkosi: disable our own cacheZbigniew Jędrzejewski-Szmek2016-10-061-1/+0
| | | | No point in spamming the fs.
* mkosi: create .mkosi directoryZbigniew Jędrzejewski-Szmek2016-10-062-0/+139
Since it looks like we'll wind up with a bunch of mkosi files for different distros, it's probably better to keep them in a subdirectory.