]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson_options.txt
sysupdate: add new component "sysupdate"
authorLennart Poettering <lennart@poettering.net>
Mon, 28 Dec 2020 14:17:54 +0000 (15:17 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Mar 2022 23:13:55 +0000 (00:13 +0100)
commit43cc7a3ef4f6a89946e7ffd6a3112a0c1740b1ef
tree719c7e2eeba27fbfbf45141fa1f65e2d41b4e9e7
parent40f35786b0030f1f7c4b88828776ada1dd74d03e
sysupdate: add new component "sysupdate"
21 files changed:
meson.build
meson_options.txt
src/sysupdate/meson.build [new file with mode: 0644]
src/sysupdate/sysupdate-cache.c [new file with mode: 0644]
src/sysupdate/sysupdate-cache.h [new file with mode: 0644]
src/sysupdate/sysupdate-instance.c [new file with mode: 0644]
src/sysupdate/sysupdate-instance.h [new file with mode: 0644]
src/sysupdate/sysupdate-partition.c [new file with mode: 0644]
src/sysupdate/sysupdate-partition.h [new file with mode: 0644]
src/sysupdate/sysupdate-pattern.c [new file with mode: 0644]
src/sysupdate/sysupdate-pattern.h [new file with mode: 0644]
src/sysupdate/sysupdate-resource.c [new file with mode: 0644]
src/sysupdate/sysupdate-resource.h [new file with mode: 0644]
src/sysupdate/sysupdate-transfer.c [new file with mode: 0644]
src/sysupdate/sysupdate-transfer.h [new file with mode: 0644]
src/sysupdate/sysupdate-update-set.c [new file with mode: 0644]
src/sysupdate/sysupdate-update-set.h [new file with mode: 0644]
src/sysupdate/sysupdate-util.c [new file with mode: 0644]
src/sysupdate/sysupdate-util.h [new file with mode: 0644]
src/sysupdate/sysupdate.c [new file with mode: 0644]
src/sysupdate/sysupdate.h [new file with mode: 0644]