From: Michael Tremer Date: Thu, 14 Jul 2022 15:53:26 +0000 (+0000) Subject: hub: Send the name of the build after creation X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2525f35966167780a80c76b8651fc8884c3756e1;p=pbs.git hub: Send the name of the build after creation Signed-off-by: Michael Tremer --- diff --git a/src/hub/builds.py b/src/hub/builds.py index 2b008fbb..4d87ba8f 100644 --- a/src/hub/builds.py +++ b/src/hub/builds.py @@ -64,6 +64,7 @@ class CreateHandler(BaseHandler): # Send some data about the build self.finish({ "uuid" : build.uuid, + "name" : "%s" % build, }) # XXX trigger dependency check