chiark / gitweb /
untested git support
[bin.git] / bugzilla-show
index feeddeddff72768a082a9e8134ffc8d0b9bd8aae..f98f541dd607ba709daf6a9f26fac00fd70c7e08 100755 (executable)
@@ -7,10 +7,30 @@ case $1 in
     openssh)
        ROOT='http://bugzilla.mindrot.org'
        ;;
+    warthogs)
+       ROOT='http://bugzilla.warthogs.hbd.com/bugzilla'
+       ;;
+    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'
+       ;;
     *)
        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
        exit 1
        ;;
 esac