Disable git-buildpackage desktop notifications
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 27 May 2014 12:26:21 +0000 (15:26 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 27 May 2014 12:26:21 +0000 (15:26 +0300)
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 <markus.lehtonen@linux.intel.com>
obs_service_gbp/command.py

index ef07d53e723bd91a8c35d839dbd791d4fff2c322..cc14c4fc908c8c58f456792253afb97b63e51a98 100644 (file)
@@ -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: