]> git.ipfire.org Git - pakfire.git/commit
client: Move builder stuff into a separate object
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Jun 2025 15:48:48 +0000 (15:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Jun 2025 15:48:48 +0000 (15:48 +0000)
commit412173d3e7913367105125ec505b7e31eb74ef30
tree364af41386f81507926e71b6dc40816f23ca6e3c
parentd663c170ebd38a7d6fe9e1e342ee6e3225c62668
client: Move builder stuff into a separate object

This is messy as hell. I moved so much stuff around and lost track of
most of it. So this is a commit to kind of have some baseline.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/pakfire/builder.c [new file with mode: 0644]
src/pakfire/builder.h [new file with mode: 0644]
src/pakfire/client.c
src/pakfire/client.h
src/pakfire/daemon.c