#1223 cli: fix #1083: make build-package honor the --background flag
Merged 4 years ago by praiskup. Opened 4 years ago by iucar.
copr/ iucar/copr fix-1083  into  master

file modified
+2 -1
@@ -676,7 +676,8 @@ 

          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,

Simple fix. The option was in the args, but wasn't used.

Can you please add the trailing comma?

Thank you for the fix!

1 new commit added

  • add trailing comma
4 years ago

Can you please add the trailing comma?

Done!

rebased onto 1f6fd40

4 years ago

Commit f8cc047 fixes this pull-request

Pull-Request has been merged by praiskup

4 years ago