]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysupdate: split out url config parser into new file 42871/head
authorLennart Poettering <lennart@amutable.com>
Thu, 18 Jun 2026 15:58:09 +0000 (17:58 +0200)
committerLennart Poettering <lennart@amutable.com>
Fri, 3 Jul 2026 14:09:49 +0000 (16:09 +0200)
commit138829b7843c6f744764d72d2c995005bfe6dc00
treeeed942565ed69bdf59c45789ea93bfbc28ad7c24
parent55127751ccc841633268de1b952226be056ddaf3
sysupdate: split out url config parser into new file

These are located at two distinct places, and are very similar, let's
put them in a common place.

This is preparation for reusing them later.
src/sysupdate/meson.build
src/sysupdate/sysupdate-config.c [new file with mode: 0644]
src/sysupdate/sysupdate-config.h [new file with mode: 0644]
src/sysupdate/sysupdate-feature.c
src/sysupdate/sysupdate-transfer.c