From: Markus Lehtonen Date: Tue, 27 May 2014 12:26:21 +0000 (+0300) Subject: Disable git-buildpackage desktop notifications X-Git-Tag: submit/devel/20190730.075437~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c28fbaa17a68401d8d7ca11f716aa1bd4e1d8c9;p=services%2Fobs-service-git-buildpackage.git Disable git-buildpackage desktop notifications They are not useful in the service context. And, disabling them removes one possible point of failure. Change-Id: I09f66439c1cd128a5f5260073919180db184231f Signed-off-by: Markus Lehtonen --- diff --git a/obs_service_gbp/command.py b/obs_service_gbp/command.py index ef07d53..cc14c4f 100644 --- a/obs_service_gbp/command.py +++ b/obs_service_gbp/command.py @@ -48,6 +48,7 @@ def construct_gbp_args(args, config, outdir): # Args common to deb and rpm argv_common = ['--git-ignore-branch', '--git-no-hooks', + '--git-notify=off', '--git-export-dir=%s' % outdir, '--git-tmp-dir=%s' % config['gbp-tmp-dir']] if args.revision: