summaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-01-08 14:27:33 +0100
committerGuido Günther <agx@sigxcpu.org>2011-01-08 19:08:23 +0100
commitb770493016f4483baa1f20f66488bfe3d4d09c01 (patch)
treeea45bf8fba9767016cf435e5dae6dc454c662172 /gbp.conf
parent79ed2e0f088d0b374f5dbed12051770236268238 (diff)
git-buildpackage: Add support for sending notifications via libnotify
after the build finished.
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/gbp.conf b/gbp.conf
index c7ecbb61..9ab40932 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -16,7 +16,7 @@
#pristine-tar = True
# don't check if debian-branch == current branch:
#ignore-branch = True
-# Use color when on a terminal, alternatives: on, off
+# Use color when on a terminal, alternatives: on/true, off/false or auto
#color = auto
# Options only affecting git-buildpackage
@@ -41,6 +41,8 @@
#compression = bzip2
# use best compression
#compression-level = best
+# Don't send notifications, alternatives: on/true, off/false or auto
+#notify = off
# Options only affecting git-import-orig
[git-import-orig]