From: Colin Watson Date: Tue, 17 Jan 2006 23:11:47 +0000 (+0000) Subject: add redhat X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=30eace75787a66fe7bad4956ea797920cff911df add redhat --- diff --git a/bugzilla-show b/bugzilla-show index 439c7fb..f98f541 100755 --- a/bugzilla-show +++ b/bugzilla-show @@ -19,6 +19,9 @@ case $1 in mozilla) ROOT='http://bugzilla.mozilla.org' ;; + redhat) + ROOT='http://bugzilla.redhat.com/bugzilla' + ;; *) echo "Unknown Bugzilla installation '$1'. Recognized are:" >&2 echo ' subversion' >&2 @@ -27,6 +30,7 @@ case $1 in echo ' ubuntu' >&2 echo ' gnome' >&2 echo ' mozilla' >&2 + echo ' redhat' >&2 exit 1 ;; esac