From: Colin Watson Date: Sun, 11 Jul 2004 22:33:36 +0000 (+0000) Subject: bugzilla-show: Add warthogs and warty-bugs. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=1f0b1ec620a9b636d7ff6fbd98ae27e078a32512 bugzilla-show: Add warthogs and warty-bugs. --- diff --git a/bugzilla-show b/bugzilla-show index feedded..b446596 100755 --- a/bugzilla-show +++ b/bugzilla-show @@ -7,6 +7,12 @@ case $1 in openssh) ROOT='http://bugzilla.mindrot.org' ;; + warthogs) + ROOT='http://bugzilla.warthogs.hbd.com/bugzilla' + ;; + warty-bugs) + ROOT='http://bugzilla.warthogs.hbd.com/warty-bugs' + ;; *) echo "Unknown Bugzilla installation '$1'. Recognized are:" >&2 echo ' subversion' >&2