From 1f0b1ec620a9b636d7ff6fbd98ae27e078a32512 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 11 Jul 2004 22:33:36 +0000 Subject: [PATCH] bugzilla-show: Add warthogs and warty-bugs. --- bugzilla-show | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2