From: Michael Tremer Date: Wed, 29 Jan 2025 17:14:01 +0000 (+0000) Subject: jobs: Fix sending configuration X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c261209d0ce043bbc9eb8a3d82e8b1610d06c252;p=pbs.git jobs: Fix sending configuration Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/jobs.py b/src/buildservice/jobs.py index cbc14e63..b02753a1 100644 --- a/src/buildservice/jobs.py +++ b/src/buildservice/jobs.py @@ -681,7 +681,7 @@ class Job(database.Base, database.BackendMixin, database.SoftDeleteMixin): "test" : self.is_test(), # Configuration - "config" : config.getvalue(), + "config" : config, # URL to the package "pkg" : self.pkg.download_url,