From 1e16776426f5e7e8fcb106c8f2156e27ac3f3bf0 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 30 May 2014 14:11:10 +0300 Subject: [PATCH] export: disable desktop notifications Desktop notifications are really not needed and are just one potential source of problems. Closes: DEVT-178 Change-Id: If0005312cc4dce63ae829fbb3f1b4208f0c05d8f Signed-off-by: Markus Lehtonen --- gitbuildsys/cmd_export.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gitbuildsys/cmd_export.py b/gitbuildsys/cmd_export.py index 3441ebd..e5ad913 100644 --- a/gitbuildsys/cmd_export.py +++ b/gitbuildsys/cmd_export.py @@ -130,6 +130,7 @@ def create_gbp_export_args(repo, commit, export_dir, tmp_dir, spec, args, export_rev = commit argv = ["argv[0] placeholder", "--git-color-scheme=magenta:green:yellow:red", + "--git-notify=off", "--git-ignore-new", "--git-compression-level=6", "--git-export-dir=%s" % export_dir, -- 2.7.4