]> git.ipfire.org Git - pbs.git/commitdiff
queue: Drop build type from job JSON message
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Jul 2022 12:07:04 +0000 (12:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Jul 2022 12:07:04 +0000 (12:07 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/hub/queue.py

index d0cbbe72fabf0f51c7b52c6271309333a5d9eaee..dc166bb9544209647f8d5c1f80fb27a1b62d35f0 100644 (file)
@@ -130,7 +130,6 @@ class QueueHandler(BackendMixin, HTTPBasicAuthMixin, tornado.websocket.WebSocket
                        "id"      : job.uuid,
                        "name"    : "%s" % job,
                        "arch"    : job.arch,
-                       "type"    : job.build.type,
 
                        # Is this a test job?
                        "test"    : job.test,