X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=blobdiff_plain;ds=sidebyside;f=bugzilla-show;h=034f365534e85c6fe07822437bd6347d4e34d6a5;hb=HEAD;hp=23066b9c8cb75dea23861d232710c39e400f6ba5;hpb=91d53f295d8334b3fd3c8eba0b970f26c3bad0ef;p=bin.git diff --git a/bugzilla-show b/bugzilla-show index 23066b9..034f365 100755 --- a/bugzilla-show +++ b/bugzilla-show @@ -5,20 +5,32 @@ case $1 in ROOT='http://subversion.tigris.org/issues' ;; openssh) - ROOT='http://bugzilla.mindrot.org' + ROOT='https://bugzilla.mindrot.org' ;; - warthogs) - ROOT='http://bugzilla.warthogs.hbd.com/bugzilla' + gnome) + ROOT='http://bugs.gnome.org' ;; - ubuntu) - ROOT='http://bugzilla.ubuntu.com' + mozilla) + ROOT='https://bugzilla.mozilla.org' + ;; + redhat) + ROOT='http://bugzilla.redhat.com/bugzilla' + ;; + kernel) + ROOT='https://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