X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=blobdiff_plain;f=bugzilla-show;h=bf1d19f67de2cea4bf22bc3c1110232ce2147e8f;hp=23066b9c8cb75dea23861d232710c39e400f6ba5;hb=aad995cb81c811011cfbda01c5cc46591842aaca;hpb=91d53f295d8334b3fd3c8eba0b970f26c3bad0ef diff --git a/bugzilla-show b/bugzilla-show index 23066b9..bf1d19f 100755 --- a/bugzilla-show +++ b/bugzilla-show @@ -13,12 +13,32 @@ case $1 in ubuntu) ROOT='http://bugzilla.ubuntu.com' ;; + gnome) + ROOT='http://bugs.gnome.org' + ;; + mozilla) + ROOT='http://bugzilla.mozilla.org' + ;; + redhat) + ROOT='http://bugzilla.redhat.com/bugzilla' + ;; + kernel) + ROOT='http://bugzilla.kernel.org' + ;; + freedesktop) + ROOT='http://bugs.freedesktop.org' + ;; *) echo "Unknown Bugzilla installation '$1'. Recognized are:" >&2 echo ' subversion' >&2 echo ' openssh' >&2 echo ' warthogs' >&2 echo ' ubuntu' >&2 + echo ' gnome' >&2 + echo ' mozilla' >&2 + echo ' redhat' >&2 + echo ' kernel' >&2 + echo ' freedesktop' >&2 exit 1 ;; esac