From f8cc047df8a5e6173798f17c7c1f51968fed704b Mon Sep 17 00:00:00 2001 From: Iñaki Úcar Date: Jan 22 2020 06:23:03 +0000 Subject: cli: make build-package honor the --background flag Fixes: #1083 Merges: #1223 --- diff --git a/cli/copr_cli/main.py b/cli/copr_cli/main.py index 4f11a8c..ff4d213 100644 --- a/cli/copr_cli/main.py +++ b/cli/copr_cli/main.py @@ -676,7 +676,8 @@ class Commands(object): buildopts = { "chroots": args.chroots, #"memory": args.memory, - "timeout": args.timeout + "timeout": args.timeout, + "background": args.background, } try: build = self.client.package_proxy.build(ownername=ownername, projectname=projectname,