chiark / gitweb /
bugzilla-show: Add warthogs and warty-bugs.
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Sun, 11 Jul 2004 22:33:36 +0000 (22:33 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Sun, 11 Jul 2004 22:33:36 +0000 (22:33 +0000)
bugzilla-show

index feeddeddff72768a082a9e8134ffc8d0b9bd8aae..b4465961498185a87f85f194cbadcf5b54a528dc 100755 (executable)
@@ -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