chiark / gitweb /
Rename warty-bugs to ubuntu.
[bin.git] / bugzilla-show
index b4465961498185a87f85f194cbadcf5b54a528dc..23066b9c8cb75dea23861d232710c39e400f6ba5 100755 (executable)
@@ -10,13 +10,15 @@ case $1 in
     warthogs)
        ROOT='http://bugzilla.warthogs.hbd.com/bugzilla'
        ;;
-    warty-bugs)
-       ROOT='http://bugzilla.warthogs.hbd.com/warty-bugs'
+    ubuntu)
+       ROOT='http://bugzilla.ubuntu.com'
        ;;
     *)
        echo "Unknown Bugzilla installation '$1'. Recognized are:" >&2
        echo '  subversion' >&2
        echo '  openssh' >&2
+       echo '  warthogs' >&2
+       echo '  ubuntu' >&2
        exit 1
        ;;
 esac