chiark / gitweb /
quoting etc.
[bin.git] / bugzilla-show
index 9b9a89227ac62ab1b4c1913ece1f1f146944638c..f98f541dd607ba709daf6a9f26fac00fd70c7e08 100755 (executable)
@@ -16,6 +16,12 @@ case $1 in
     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
@@ -23,6 +29,8 @@ case $1 in
        echo '  warthogs' >&2
        echo '  ubuntu' >&2
        echo '  gnome' >&2
+       echo '  mozilla' >&2
+       echo '  redhat' >&2
        exit 1
        ;;
 esac