]> git.ipfire.org Git - pbs.git/commit
backend: Move composing a Pakfire configuration file into its own class
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Oct 2022 10:48:23 +0000 (10:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Oct 2022 10:48:23 +0000 (10:48 +0000)
commit028b2057a5616ea105929c2f02b070690510b9c3
tree9917f60962c1fe30ba9cbba277f87d42e0dac525
parent75690d8d115469978eb9e4ca34b043db1b51a260
backend: Move composing a Pakfire configuration file into its own class

This will help us to create consistent configuration files for Pakfire
and since this is now a context manager class, we will be able to
quickly jump into a local instance to execute any tasks.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/buildservice/__init__.py
src/buildservice/config.py [new file with mode: 0644]
src/buildservice/distribution.py
src/buildservice/jobs.py
src/buildservice/keys.py
src/buildservice/repository.py
src/hub/queue.py