]> git.ipfire.org Git - pakfire.git/commit
pakfire: Read configuration from a file descriptor
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Aug 2023 15:33:14 +0000 (15:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Aug 2023 15:33:14 +0000 (15:33 +0000)
commit509aaad2e3666a1c25e950c58ff9307619e3b693
treeb8ea24af19e202c99c8a9bff483ea74448ba5b78
parent3dca9fd03fe30f9610613d83e28d51fa2c4fee86
pakfire: Read configuration from a file descriptor

This is easier to handle especially when creating temporary environments
where we just want to shoot the configuration into Pakfire().

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/_pakfire/pakfire.c
src/libpakfire/include/pakfire/pakfire.h
src/libpakfire/pakfire.c
src/pakfire/daemon.py
src/scripts/pakfire-builder.in
src/scripts/pakfire.in
tests/testsuite.c