chiark / gitweb /
add kernel
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Fri, 27 Jul 2007 15:39:32 +0000 (15:39 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Fri, 27 Jul 2007 15:39:32 +0000 (15:39 +0000)
bugzilla-show

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