systemd v242-rc3
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEXCUbX8VOsvgPQHqqxUyjNs/rVX4FAlymH8IACgkQxUyjNs/r
VX5iXA/+OsfwfELkXBFK9c1v8QlenlEBmuA+luqdAyfC7jqlRMLT899Ul5aZv8Ts
PX0VSKJnqy/tqEFlvb7RpXegDqf5kvKEG57fHpheGyarTy5WB49+feN/KrJrklu8
8K89pdyd2+BIogQv0jv7Dsa9yKSqgXAaYzE9pHlAbfQJ/C8FsmH/xNaWQAoa7pII
lPHNGI9NW9mMIiWJe42ZcEJg26EZmYznuoG4YMsjN7O4xfcLuKzPGlJaJbYKDKMt
lZgxyqDD9WlBc0ut99Df5CoOYwFIiyrvlxKYROUQS2WVUE3NmpZ470UtkgbIAVxL
oi0tz7PYI6hePnuAZ4xiRZbNVnKZHD98eOtWz7mkjRkcBPLUMsXVuvTLy/tRcjs3
TJkuAOMDLuTZaZP/bxrpZ2l3a5TqgUM6TpGX5eQX7u30SKwcyveamT3ZSlxrKSZE
EKil3hKjE+yrAYFf0qIv6clRfx5ZAnoV4oOP3vHIYMCRonmEO6xyJHQ9D13728e/
E7oNhtXZdfqO1kphxJyuy+Ek/Wftr9Bup+CdZyZSbXtP9xjfS/q12e0EHiWwm2NH
HHhZkq/DbcCdmrM8PueBgDEY9WuUDJAxsdmPJ7LhpwklRK39kID2z/qPVVtVZPnH
WoAsT7ZjjZh8WsV7nRS3bn+tweTrKQOCACuXPnWH/9KJMAQpolE=
=iBQH
-----END PGP SIGNATURE-----
test-journal: move tests to /var/tmp/ and set FS_NOCOW_FL

The journal files might not be tiny hence let's write them to /var/tmp/
instead of /tmp. Also, let's turn on NOCOW on the files, as these tests
might apparently be slow on btrfs.

Fixes: #12210
6 files changed
tree: 14dbae36cfd7ce8c7f281496aab0bad97bbf9d68
  1. .ctags
  2. .dir-locals.el
  3. .editorconfig
  4. .gitattributes
  5. .github/ISSUE_TEMPLATE/
  6. .gitignore
  7. .lgtm.yml
  8. .lgtm/cpp-queries/
  9. .mailmap
  10. .mkosi/
  11. .travis.yml
  12. .vimrc
  13. .ycm_extra_conf.py
  14. LICENSE.GPL2
  15. LICENSE.LGPL2.1
  16. Makefile
  17. NEWS
  18. README
  19. README.md
  20. TODO
  21. catalog/
  22. coccinelle/
  23. configure
  24. docs/
  25. factory/etc/
  26. hwdb/
  27. man/
  28. meson.build
  29. meson_options.txt
  30. mkosi.build
  31. modprobe.d/
  32. network/
  33. po/
  34. presets/
  35. rules/
  36. semaphoreci/
  37. shell-completion/
  38. src/
  39. sysctl.d/
  40. sysusers.d/
  41. test/
  42. tmpfiles.d/
  43. tools/
  44. travis-ci/
  45. units/
  46. xorg/
  47. zanata.xml
README.md

systemd - System and Service Manager

Semaphore CI Build Status
Coverity Scan Status
CII Best Practices
Travis CI Build Status
Language Grade: C/C++
CentOS CI Build Status

Details

General information about systemd can be found in the systemd Wiki.

Information about build requirements is provided in the README file.

Consult our NEWS file for information about what's new in the most recent systemd versions.

Please see the Hacking guide for information on how to hack on systemd and test your modifications.

Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.

When preparing patches for systemd, please follow our Coding Style Guidelines.

If you are looking for support, please contact our mailing list or join our IRC channel.

Stable branches with backported patches are available in the stable repo.