From: Colin Watson Date: Fri, 21 Jan 2005 13:21:55 +0000 (+0000) Subject: bugzilla-show: Add gnome. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=b026351a7c5bf2a2e390b12b4db8fe5c0be8a94b bugzilla-show: Add gnome. --- diff --git a/bugzilla-show b/bugzilla-show index 23066b9..9b9a892 100755 --- a/bugzilla-show +++ b/bugzilla-show @@ -13,12 +13,16 @@ case $1 in ubuntu) ROOT='http://bugzilla.ubuntu.com' ;; + gnome) + ROOT='http://bugs.gnome.org' + ;; *) echo "Unknown Bugzilla installation '$1'. Recognized are:" >&2 echo ' subversion' >&2 echo ' openssh' >&2 echo ' warthogs' >&2 echo ' ubuntu' >&2 + echo ' gnome' >&2 exit 1 ;; esac