chiark / gitweb /
my-debmirror: drop d-i images
[bin.git] / bugzilla-show
index b4465961498185a87f85f194cbadcf5b54a528dc..bf1d19f67de2cea4bf22bc3c1110232ce2147e8f 100755 (executable)
@@ -10,13 +10,35 @@ case $1 in
     warthogs)
        ROOT='http://bugzilla.warthogs.hbd.com/bugzilla'
        ;;
     warthogs)
        ROOT='http://bugzilla.warthogs.hbd.com/bugzilla'
        ;;
-    warty-bugs)
-       ROOT='http://bugzilla.warthogs.hbd.com/warty-bugs'
+    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 "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
        exit 1
        ;;
 esac