From d130fd418e04b9e40a446ca25fe4c9ee3dd8ae9c Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 11 Feb 2015 11:05:59 +0000 Subject: Change default platform for GNOME Bugzilla to ‘Other’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was previously ‘All’, but this seems to have been removed for all products with the upgrade to Bugzilla 4.4. Change the default to ‘Other’, which is still present. https://bugzilla.gnome.org/show_bug.cgi?id=744319 --- git-bz | 1 + 1 file changed, 1 insertion(+) diff --git a/git-bz b/git-bz index 2e9ddf1..39893e0 100755 --- a/git-bz +++ b/git-bz @@ -58,6 +58,7 @@ CONFIG['bugzilla.gnome.org'] = \ """ https = true default-priority = Normal +default-platform = Other """ CONFIG['bugzilla.mozilla.org'] = \ -- cgit