X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=blobdiff_plain;f=bugzilla-show;h=d2e205122710ecfd2ac29b4de47c6a807816cb86;hb=c1f310f7bd6889a3bea6f921c60a22b2f4e0c443;hp=9b9a89227ac62ab1b4c1913ece1f1f146944638c;hpb=b026351a7c5bf2a2e390b12b4db8fe5c0be8a94b;p=bin.git diff --git a/bugzilla-show b/bugzilla-show index 9b9a892..d2e2051 100755 --- a/bugzilla-show +++ b/bugzilla-show @@ -16,6 +16,15 @@ case $1 in 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' + ;; *) echo "Unknown Bugzilla installation '$1'. Recognized are:" >&2 echo ' subversion' >&2 @@ -23,6 +32,9 @@ case $1 in echo ' warthogs' >&2 echo ' ubuntu' >&2 echo ' gnome' >&2 + echo ' mozilla' >&2 + echo ' redhat' >&2 + echo ' kernel' >&2 exit 1 ;; esac