summaryrefslogtreecommitdiff
path: root/.mkosi
AgeCommit message (Collapse)AuthorFilesLines
2018-10-18mkosi: use Fedora 29Zbigniew Jędrzejewski-Szmek1-1/+1
F29 is at beta now, but should be out within two or three weeks, by the time next systemd release happens.
2018-10-16mkosi: make kmsg work in our mkosi builds at leastLennart Poettering1-0/+1
2018-06-14mkosi: add mkosi snippet for ubuntu, tooLennart Poettering1-0/+72
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering2-2/+2
Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay.
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-2/+0
These lines are generally out-of-date, incomplete and unnecessary. With SPDX and git repository much more accurate and fine grained information about licensing and authorship is available, hence let's drop the per-file copyright notice. Of course, removing copyright lines of others is problematic, hence this commit only removes my own lines and leaves all others untouched. It might be nicer if sooner or later those could go away too, making git the only and accurate source of authorship information.
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering3-6/+0
This part of the copyright blurb stems from the GPL use recommendations: https://www.gnu.org/licenses/gpl-howto.en.html The concept appears to originate in times where version control was per file, instead of per tree, and was a way to glue the files together. Ultimately, we nowadays don't live in that world anymore, and this information is entirely useless anyway, as people are very welcome to copy these files into any projects they like, and they shouldn't have to change bits that are part of our copyright header for that. hence, let's just get rid of this old cruft, and shorten our codebase a bit.
2018-04-19mkosi: ensure the 'hostname' tool is available in the build environmentLennart Poettering1-0/+1
Our test-execute test uses 'hostname' to validate specifiers, hence it should be available in our mkosi build too, so that the test can pass.
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek3-39/+0
Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
2018-02-16mkosi: remove intltool from depsZbigniew Jędrzejewski-Szmek3-3/+3
intltool is unnecessary since c81217920effddc93fb780cf8f9eb699d6fe1319. But we still need gettext, because we use msgformat to generate .mo files. (I tried to make meson depend on it, at least in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1545926, but that didn't fly, and in Debian at least meson also has no dependency on the tools used by its i18n module, so we need to add our own dependency anyway.) Closes #8192.
2018-02-15Merge pull request #8184 from poettering/color-ask-pwZbigniew Jędrzejewski-Szmek1-0/+1
Trivial merge conflict resolved locally.
2018-02-14mkosi: add pcre2 to our build deps, as we can now link to itLennart Poettering1-0/+1
2018-02-12mkosi: update to fedora 27, it's released since a whileLennart Poettering1-1/+1
2017-12-30mkosi: use libidn2 on Arch (#7751)Tomasz Bachorski1-3/+2
Since libidn2 is now available in Arch official repositories, let's use it instead of libidn.
2017-11-19Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek3-0/+6
2017-11-10mkosi: configure mkosi.cache/ and mkosi.builddir/ explicitlyLennart Poettering1-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)
2017-07-28mkosi.arch: fix comment (#6470)AsciiWolf1-1/+1
libidn -> libidn2
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
v2: - also mention m4
2017-07-17mkosi: add m4 (#6389)Lucas Werkmeister3-0/+3
This seems to be required since the move to meson.
2017-07-17mkosi: roll back to libidn on Arch (#6388)Lucas Werkmeister1-2/+3
This reverts the mkosi.arch part of a8a2a0ed64. libidn2 is only available on AUR, which mkosi doesn’t support.
2017-06-22Merge pull request #6176 from poettering/timer-boottime-monotonicZbigniew Jędrzejewski-Szmek1-1/+1
WakeSystem= and other timer fixes.
2017-06-22mkosi: order package list alphabetically againLennart Poettering1-1/+1
2017-06-22mkosi: install libidn2 in the final system (#6173)Zbigniew Jędrzejewski-Szmek3-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.
2017-06-06mkosi: update Debian config for mkosi (#6089)AsciiWolf1-1/+0
Drop g++ package — it's only used for a test and we want to keep the mkosi installation footprint small-ish.
2017-05-21mkosi: update Debian config for mkosi (#5997)AsciiWolf1-2/+2
* mkosi.debian: fix libidn2 package name * mkosi.debian: drop duplicate diffutils package * mkosi.debian: add missing g++ package
2017-05-11mkosi: switch over to libidn2Zbigniew Jędrzejewski-Szmek3-3/+3
2017-05-05mkosi.fedora: we need lz4 for lz4catZbigniew Jędrzejewski-Szmek1-0/+1
2017-05-05mkosi: switch build to mesonZbigniew Jędrzejewski-Szmek3-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).
2017-01-14Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek2-1/+1
2016-12-23Updated Debian config for mkosi (#4949)AsciiWolf1-0/+9
2016-12-21mkosi: drop duplicate "diffutils" package listingLennart Poettering1-1/+0
2016-12-21build-sys: add missing Makefile symlinkLennart Poettering1-0/+1
This way we can just type "make" in the .mkosi/ directory and the right thing happens.
2016-12-14mkosi: update mkosi.fedora so that we can run "make check" during buildLennart Poettering1-1/+3
Our tests require "diff" and "tree", hence let's add them to the set of development packages.
2016-12-11Merge pull request #4861 from keszybz/dissect-tweaksLennart Poettering1-0/+1
A prettification of the dissect code, mkosi and TODO updates
2016-12-11Added Debian config for mkosi (#4865)AsciiWolf1-0/+73
2016-12-10mkosi: we need diff to run ./configureZbigniew Jędrzejewski-Szmek1-0/+1
checking if gcc supports -fno-rtti -fno-exceptions... ./configure: line 10083: diff: command not found no
2016-10-06mkosi: install Fedora 25Zbigniew Jędrzejewski-Szmek1-1/+1
No need to look back at the past. Fedora 25 is here (almost).
2016-10-06mkosi: disable our own cacheZbigniew Jędrzejewski-Szmek1-1/+0
No point in spamming the fs.
2016-10-06mkosi: create .mkosi directoryZbigniew Jędrzejewski-Szmek2-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.