]> git.ipfire.org Git - pbs.git/commitdiff
hub: Send the name of the build after creation
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Jul 2022 15:53:26 +0000 (15:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Jul 2022 15:53:26 +0000 (15:53 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/hub/builds.py

index 2b008fbb69cc62f087d5e5da17818d9cd33b7256..4d87ba8f75564f32760077a7f765eaaaec8a98ad 100644 (file)
@@ -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