From b658f6b70a6adc5e26349773e50045ab4c7236c2 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 24 Feb 2015 12:45:26 -0500 Subject: Add a configuration for bugzilla.redhat.com Specify that bugzilla.redhat.com is https - filing still won't work without specifying a default-version but we'll get a clean error message since it will now go through the XML-RPC interface and not be broken by the redirect (see bug 745100) Since the version on bugzilla.redhat.com is product specific, and we can't guess what products people will file bugs against, specifying a default version doesn't make sense. https://bugzilla.gnome.org/show_bug.cgi?id=673828 --- git-bz | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/git-bz b/git-bz index 031c62f..821cf2f 100755 --- a/git-bz +++ b/git-bz @@ -68,6 +68,11 @@ https = true default-priority = --- """ +CONFIG['bugzilla.redhat.com'] = \ +""" +https = true +""" + # Default values for options that can be configured via 'git config' git_config = { 'browser': 'firefox3', -- cgit