Commit Graph

15016 Commits

Author SHA1 Message Date
Michael Biebl
67e79d34e1 New upstream version 249~rc2 2021-06-25 16:38:31 +02:00
Michael Biebl
089b24a169 Update upstream source from tag 'upstream/249_rc2'
Update to upstream version '249~rc2'
with Debian dir 0637ff59ef
2021-06-25 16:38:16 +02:00
Michael Biebl
626cb2db7f New upstream version 249~rc2 2021-06-25 16:37:34 +02:00
Michael Biebl
9524123be1 Release version 249~rc1-1 to experimental 2021-06-17 18:10:36 +02:00
Michael Biebl
5092b19836 autopkgtest: add udev dependency to unit-tests
Without a properly set up hwdb the test-sd-hwdb test is skipped.
2021-06-17 18:09:37 +02:00
Michael Biebl
1ff411aec1 Add gawk <!nocheck> to Build-Depends
It is used in tools/check-directives.sh which is run during
"meson test".
2021-06-17 18:09:37 +02:00
Michael Biebl
16265930af test: drop the mawk-incompatible expression 2021-06-17 18:09:37 +02:00
Michael Biebl
09e4262a29 test: do not run 'meson configure' if NO_BUILD is set 2021-06-17 18:09:37 +02:00
Luca Boccassi
c649031591 autopkgtest: add dependency on dosfstools for upstream test
Needed to create EFI partition (vfat)
2021-06-17 18:09:25 +02:00
Michael Biebl
9fe55168c4 Update symbols file for libsystemd0 2021-06-16 21:27:48 +02:00
Michael Biebl
2f58bd18bd Replace m4 Build-Depends with python3-jinja2 2021-06-16 21:27:44 +02:00
Michael Biebl
78d16ddc4c Rebase patches 2021-06-16 13:46:06 +02:00
Michael Biebl
12b5adbeb3 New upstream version 249~rc1 2021-06-16 13:33:16 +02:00
Michael Biebl
57b6caaa30 Update upstream source from tag 'upstream/249_rc1'
Update to upstream version '249~rc1'
with Debian dir 52d92ed7ac
2021-06-16 13:28:50 +02:00
Michael Biebl
8b3d4ff0af New upstream version 249~rc1 2021-06-16 13:28:15 +02:00
Michael Biebl
14969e2057 Switch debian/watch from systemd-stable to systemd to get pre releases
Gbp-Dch: Ignore
2021-06-16 13:27:23 +02:00
Michael Biebl
0384acf2d0 Release version 248.3-1 to experimental 2021-05-19 13:10:56 +02:00
Dan Streetman
c7ecd05006 d/t: replace 'root-unittests' shell script with simple call to upstream script
The upstream test runner script is much better, as it only prints failing test
output, and gives a summary of the test results at the end.
2021-05-19 13:09:33 +02:00
Michael Biebl
a3186f3adf Rebase patches 2021-05-18 16:41:56 +02:00
Michael Biebl
f695e341a8 New upstream version 248.3 2021-05-18 16:41:38 +02:00
Michael Biebl
56df78f415 Update upstream source from tag 'upstream/248.3'
Update to upstream version '248.3'
with Debian dir 52a73584be
2021-05-18 16:41:20 +02:00
Michael Biebl
874c989ecb New upstream version 248.3 2021-05-18 16:40:37 +02:00
Michael Biebl
c4582a5c40 Release version 248.2-1 to experimental 2021-05-09 21:17:27 +02:00
Michael Biebl
03303d496f New upstream version 248.2 2021-05-09 21:15:18 +02:00
Michael Biebl
a2a551b301 Update upstream source from tag 'upstream/248.2'
Update to upstream version '248.2'
with Debian dir 4249646c2e
2021-05-09 21:14:39 +02:00
Michael Biebl
48c4d28791 New upstream version 248.2 2021-05-09 21:13:46 +02:00
Michael Biebl
c66fa7a777 d/t/control: drop obsolete alternative util-linux dependency
Gbp-Dch: Ignore
2021-05-07 14:06:09 +02:00
Michael Biebl
cfe6a9ebb9 Release version 248.1-1 to experimental 2021-05-07 12:26:41 +02:00
Michael Biebl
36e5fccd5f Update make-fbdev-blacklist to not blacklist hyperv_fb
See commit d899fd1037.

Gbp-Dch: Short
2021-05-07 12:24:59 +02:00
Michael Biebl
66483f56f0 Set executable bit for make-fbdev-blacklist script
Gbp-Dch: Ignore
2021-05-07 12:24:29 +02:00
Frantisek Sumsal
53c68cdb95 upstream-ci: fix test_no_failed() check
Without `--plain` `systemctl` prints a circle (●) in the first column
for each failed service, which with the current code interferes with
attempted journal listing for each such service:

```
test_no_failed (__main__.ServicesTest)
No failed units ... -------- journal for failed service ● -----------
Invalid unit name "●" escaped as "\xe2\x97\x8f" (maybe you should use systemd-escape?).
-- Journal begins at Sun 2021-04-25 03:05:23 UTC, ends at Sun 2021-04-25 09:00:32 UTC. --
-- No entries --
FAIL
```
2021-05-07 12:23:58 +02:00
Dan Streetman
e4c364bc4c d/t/boot-smoke: update test to avoid false negatives 2021-05-07 12:23:58 +02:00
Dan Streetman
5eeeb1b562 d/t/control: install all binary packages for upstream test
With the change to just call the upstream script to run the integration
tests, the packages to test need to be installed so the test-function
script can list out the files each package contains, and copy those files
into each nspawn and/or qemu testbed. Without all packages installed,
some tests fail; specifically TEST-30 currently requires systemd-timesyncd
which was not previously installed for the 'upstream' test suite.

This changes the control file to just install all binary packages, using
the '@' notation.
2021-05-07 12:23:58 +02:00
Dan Streetman
ae1129ecd0 d/t/upstream: use NO_BUILD=1
Also don't bother sed-modifying test-functions file, as the NO_BUILD
changes remove the need for that.
2021-05-07 12:23:58 +02:00
Dan Streetman
3d97be7786 Slight adjustments to previous patch for deny/black-list naming
Also add in two vars used by the integration runner script
2021-05-07 12:23:58 +02:00
Zbigniew Jędrzejewski-Szmek
de959cc3ea Let "upstream" test use upstream test runner 2021-05-07 12:23:58 +02:00
Luca Boccassi
e1af3aed57 upstream suite: add build-dep on vim-tiny
Required by some of the images in the upstream test suite
2021-05-07 12:23:58 +02:00
Luca Boccassi
f96d002269 systemd.install: catch all files installed in usr/bin and bin
At the moment, individual binaries are mentioned specifically in the install file.
When new binaries are added, manual work is needed to get them packaged, which affects
the upstream autopkgtest-based CI.
Change systemd.install to instead pick up everything from usr/bin and bin.
2021-05-07 12:23:58 +02:00
Michael Biebl
1fb1176384 d/e/checkout-upstream: switch to main branch
See https://github.com/systemd/systemd/issues/16834
2021-05-07 12:23:58 +02:00
Michael Biebl
333223cf3c Rebase patches 2021-05-07 00:42:31 +02:00
Michael Biebl
b25b1320eb New upstream version 248.1 2021-05-07 00:36:14 +02:00
Michael Biebl
40ff117341 Update upstream source from tag 'upstream/248.1'
Update to upstream version '248.1'
with Debian dir 757ec79dc8
2021-05-07 00:36:02 +02:00
Michael Biebl
5b5a102a31 New upstream version 248.1 2021-05-07 00:35:20 +02:00
Michael Biebl
df3c11ca3f Release version 248-1 to experimental 2021-05-07 00:23:07 +02:00
Balint Reczey
d44f4f8ee2 Revert "pager: stop disabling urlification under a pager"
Debian and Ubuntu do not yet have a less version that supports
urlification. This requires less 563 or later.
2021-05-07 00:23:07 +02:00
Balint Reczey
8dae9a8dbc debian/rules: Don't ship README files in (/usr)/lib/*.d
README files are typically shipped in /usr/share/doc.
2021-05-07 00:23:02 +02:00
Balint Reczey
6d888453de debian/udev.postinst: Create the sgx system group
Intel SGX enclave device nodes are now owned by this group.
2021-05-06 23:00:03 +02:00
Balint Reczey
532abf5b61 debian/tests/control: Upstream test depends on attr 2021-05-06 23:00:03 +02:00
Balint Reczey
667e74b29f Update symbols file for libsystemd0 2021-05-06 23:00:03 +02:00
Balint Reczey
f9a36a5119 Ship systemd-cryptenroll in systemd package 2021-05-06 23:00:03 +02:00