diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-01-08 14:27:33 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-01-08 19:08:23 +0100 |
commit | b770493016f4483baa1f20f66488bfe3d4d09c01 (patch) | |
tree | ea45bf8fba9767016cf435e5dae6dc454c662172 /gbp.conf | |
parent | 79ed2e0f088d0b374f5dbed12051770236268238 (diff) | |
download | git-buildpackage-b770493016f4483baa1f20f66488bfe3d4d09c01.tar.gz git-buildpackage-b770493016f4483baa1f20f66488bfe3d4d09c01.tar.bz2 git-buildpackage-b770493016f4483baa1f20f66488bfe3d4d09c01.zip |
git-buildpackage: Add support for sending notifications via libnotify
after the build finished.
Diffstat (limited to 'gbp.conf')
-rw-r--r-- | gbp.conf | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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] |