summaryrefslogtreecommitdiff
path: root/src/partition/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* test: merge test-repart.sh and TEST-58-REPARTYu Watanabe2022-08-221-2/+0
|
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-3/+1
| | | | | | | | | | | The approach to use '''…'''.split() instead of a list of strings was initially used when converting from automake because it allowed identical blocks of lines to be used for both, making the conversion easier. But over the years we have been using normal lists more and more, especially when there were just a few filenames listed. This converts the rest. No functional change.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* test: convert TEST-45 to a normal meson testZbigniew Jędrzejewski-Szmek2020-03-281-0/+2
| | | | | On my laptop, it now takes 0.23 s. We don't need the overhead of creating an image and spawning a machine to mangle a file in /tmp.
* repart: add new systemd-repart toolLennart Poettering2020-01-201-0/+5
Fixes: #14052