summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-04-10 11:54:28 +0200
committerStef Walter <stefw@gnome.org>2012-08-22 13:53:36 +0200
commitef4f2df124459706f9e826038b47b57d49592829 (patch)
treec2393c0d0e28442ebcf07e5ca4c717b76878df86
parente0b95237b6729f2f457d2d30cdb57412b13d2776 (diff)
Suitable defaults for bugzilla.redhat.com
https://bugzilla.gnome.org/show_bug.cgi?id=673828
-rwxr-xr-xgit-bz7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-bz b/git-bz
index 68cbd07..b480b00 100755
--- a/git-bz
+++ b/git-bz
@@ -66,6 +66,13 @@ https = true
default-priority = ---
"""
+CONFIG['bugzilla.redhat.com'] = \
+"""
+https = true
+default-version = rawhide
+default-severity = unspecified
+"""
+
# Default values for options that can be configured via 'git config'
git_config = {
'browser': 'firefox3',