]> git.ipfire.org Git - people/jschlag/pbs.git/blobdiff - src/scripts/pakfire-build-service
Move sending bug updates out of manager
[people/jschlag/pbs.git] / src / scripts / pakfire-build-service
index 2fb2cc0755580a76cc0cac3950f5d4c8924bd33a..20c93e6470f58d01cbbe65b12783b39dae392e8f 100644 (file)
@@ -25,6 +25,9 @@ class Cli(object):
 
                        # Sends all queued messages
                        "process-message-queue" : self.backend.messages.process_queue,
+
+                       # Send bug updates to Bugzilla
+                       "send-bug-updates" : self.backend.bugzilla.send_all,
                }
 
        def __call__(self, *args):