From 91d53f295d8334b3fd3c8eba0b970f26c3bad0ef Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 24 Oct 2004 00:17:23 +0000 Subject: [PATCH] Rename warty-bugs to ubuntu. --- bugzilla-show | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bugzilla-show b/bugzilla-show index b446596..23066b9 100755 --- a/bugzilla-show +++ b/bugzilla-show @@ -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 -- 2.30.2