summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-02-11 11:05:59 +0000
committerOwen W. Taylor <otaylor@fishsoup.net>2015-02-19 11:16:33 -0500
commitd130fd418e04b9e40a446ca25fe4c9ee3dd8ae9c (patch)
tree9b31e9bb62208b87f42a7fc7dc6d154f45a482d3
parent396b9084f14d28f8efda4236585edb15730e33b7 (diff)
downloadgit-bz-d130fd418e04b9e40a446ca25fe4c9ee3dd8ae9c.tar.gz
Change default platform for GNOME Bugzilla to ‘Other’
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
-rwxr-xr-xgit-bz1
1 files changed, 1 insertions, 0 deletions
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'] = \