chiark / gitweb /
bugzilla-show: use HTTPS; drop warthogs and ubuntu
[bin.git] / bugzilla-show
index d2e205122710ecfd2ac29b4de47c6a807816cb86..034f365534e85c6fe07822437bd6347d4e34d6a5 100755 (executable)
@@ -5,36 +5,32 @@ 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'
        ;;
     *)
        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