chiark / gitweb /
add redhat
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Tue, 17 Jan 2006 23:11:47 +0000 (23:11 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Tue, 17 Jan 2006 23:11:47 +0000 (23:11 +0000)
bugzilla-show

index 439c7fb782fa42f6e57157eeed3b1ea5e73cccc2..f98f541dd607ba709daf6a9f26fac00fd70c7e08 100755 (executable)
@@ -19,6 +19,9 @@ case $1 in
     mozilla)
        ROOT='http://bugzilla.mozilla.org'
        ;;
+    redhat)
+       ROOT='http://bugzilla.redhat.com/bugzilla'
+       ;;
     *)
        echo "Unknown Bugzilla installation '$1'. Recognized are:" >&2
        echo '  subversion' >&2
@@ -27,6 +30,7 @@ case $1 in
        echo '  ubuntu' >&2
        echo '  gnome' >&2
        echo '  mozilla' >&2
+       echo '  redhat' >&2
        exit 1
        ;;
 esac