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-----
  1. c5b4b18 travis: use /bin/systemd instead of /usr/bin/systemd by Evgeny Vereshchagin · 6 years ago
  2. e298df6 travis: stop using the official upstream-systemd-ci repository by Evgeny Vereshchagin · 6 years ago
  3. 8605a4b travis: switch to the "official" systemd-ci repository by Evgeny Vereshchagin · 6 years ago
  4. 71cf890 travis: also run TEST-01-BASIC with QEMU to cover udevd and so on by Evgeny Vereshchagin · 6 years ago
  5. c47bfb1 travis: pass $TRAVIS when running the tests so that they can be skipped properly by Evgeny Vereshchagin · 6 years ago
  6. 8934737 travis: merge RUN_CLANG into RUN by Evgeny Vereshchagin · 6 years ago
  7. 9103671 test: don't run TEST-01-BASIC in unprivileged containers on Travis CI by Evgeny Vereshchagin · 6 years ago
  8. 1766204 travis: add another stage to really run everything under ASan+UBsan by Evgeny Vereshchagin · 6 years ago
  9. b635e4e travis: use xenial instead of trusty by Evgeny Vereshchagin · 6 years ago
  10. f413cd0 travis: mount tmpfs on /tmp before running the tests by Evgeny Vereshchagin · 6 years ago
  11. ee6776b travis: use systemd as PID1 in debian containers by Evgeny Vereshchagin · 6 years ago
  12. 1478aa4 travis: also compile systemd on Debian Testing by Evgeny Vereshchagin · 6 years ago
  13. 05b36f1 travis: install llvm to get llvm-symbolizer by Evgeny Vereshchagin · 6 years ago
  14. b8366c5 travis: also run the tests built with clang under ASan+UBsan by Evgeny Vereshchagin · 6 years ago
  15. 37cbcd4 travis: also build systemd with clang by Evgeny Vereshchagin · 6 years ago
  16. a2ab58d travis: make sure that *.perf and directives.* files are in sync by Evgeny Vereshchagin · 6 years ago
  17. f5f9a58 tests: skip test_exec_ambientcapabilities on Travis CI under ASan by Evgeny Vereshchagin · 6 years ago
  18. b6b35f0 travis: make the ASan & UBsan job a little bit stricter by Evgeny Vereshchagin · 6 years ago
  19. d419b75 travis: use double the normal timeout in the ASan & UBSan stage by Evgeny Vereshchagin · 6 years ago
  20. 7970a52 travis: also compile and run unsafe unit tests by Evgeny Vereshchagin · 6 years ago
  21. b0395ac travis: treat warnings as errors while building systemd by Evgeny Vereshchagin · 6 years ago
  22. 7a30256 tests: keep SYS_PTRACE when running under ASan by Frantisek Sumsal · 6 years ago
  23. cdd116b travis: use 3 times the normal timeout when the tests are run under ASan+UBSan by Evgeny Vereshchagin · 6 years ago
  24. 9934768 travis.yml: replace test-capability with a script exiting with 77 by Evgeny Vereshchagin · 6 years ago
  25. 6dfe7f4 travis: UBSan should be every C programmer's friend so let's build systemd with it too by Evgeny Vereshchagin · 6 years ago
  26. 79f6178 travis: move the ASan part into a separate stage by Evgeny Vereshchagin · 6 years ago
  27. 1667d63 travis: also rebuild everything with ASan by Evgeny Vereshchagin · 6 years ago
  28. e4f8f99 travis: install dependencies necessary for running parse-hwdb.py by Evgeny Vereshchagin · 6 years ago
  29. 7315556 travis: drop the workaround for test-capability by Frantisek Sumsal · 6 years ago
  30. eeec5f2 travis: show all commands when building systemd by Evgeny Vereshchagin · 6 years ago
  31. b9abc93 travis: build and run fuzzers against crash reproducers by Evgeny Vereshchagin · 6 years ago
  32. 9608a59 travis: overwrite test-capability with a simple script that is just skipped by Evgeny Vereshchagin · 6 years ago
  33. 532a92f travis: workaround for dnf upgrade by Frantisek Sumsal · 6 years ago
  34. 0d589df travis: drop the unnecessary /etc/machine-id magic by Frantisek Sumsal · 6 years ago
  35. 059f319 travis: run Coverity on a more stable Fedora release by Frantisek Sumsal · 6 years ago
  36. a9145fc travis: move Docker setup to a separate script by Frantisek Sumsal · 6 years ago
  37. 3bbdc2f travis: rewrite .travis.yml and re-enable Travis CI for Fedora by Frantisek Sumsal · 6 years ago
  38. d5a650d travis: use Fedora 27 as a base image by Evegeny Vereshchagin · 6 years ago
  39. 707fe95 travis: get python installed while building a docker image by Evegeny Vereshchagin · 6 years ago
  40. 2777cf4 travis: drop ccache requirement by Michal Sekletar · 6 years ago
  41. f0b19a0 travis: DOCKER_REPOSITORY is no longer set. Don't require it. by Michal Sekletar · 6 years ago
  42. 3f4b547 travis: use Travis CI only for running scheduled Coverity scans by Michal Sekletar · 6 years ago
  43. 94153a7 Install ccache in container. by Omer Katz · 7 years ago
  44. 99127d2 Integration of Travis CI and Coverity Scan Analysis (#7691) by Marek Čermák · 7 years ago