From: Colin Watson Date: Wed, 11 Nov 2020 23:49:07 +0000 (+0000) Subject: bugzilla-show: use HTTPS; drop warthogs and ubuntu X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=e477ec7da6ec8d0aac833ede7451404f4d3c85ae bugzilla-show: use HTTPS; drop warthogs and ubuntu --- diff --git a/bugzilla-show b/bugzilla-show index bf1d19f..034f365 100755 --- a/bugzilla-show +++ b/bugzilla-show @@ -5,25 +5,19 @@ case $1 in ROOT='http://subversion.tigris.org/issues' ;; openssh) - ROOT='http://bugzilla.mindrot.org' - ;; - warthogs) - ROOT='http://bugzilla.warthogs.hbd.com/bugzilla' - ;; - ubuntu) - ROOT='http://bugzilla.ubuntu.com' + ROOT='https://bugzilla.mindrot.org' ;; gnome) ROOT='http://bugs.gnome.org' ;; mozilla) - ROOT='http://bugzilla.mozilla.org' + ROOT='https://bugzilla.mozilla.org' ;; redhat) ROOT='http://bugzilla.redhat.com/bugzilla' ;; kernel) - ROOT='http://bugzilla.kernel.org' + ROOT='https://bugzilla.kernel.org' ;; freedesktop) ROOT='http://bugs.freedesktop.org' @@ -32,8 +26,6 @@ case $1 in 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