chiark / gitweb /
gpg-refresh-cache: new tool to facilitate use of gnupg-agent
[bin.git] / bugzilla-show
index 23066b9c8cb75dea23861d232710c39e400f6ba5..9b9a89227ac62ab1b4c1913ece1f1f146944638c 100755 (executable)
@@ -13,12 +13,16 @@ case $1 in
     ubuntu)
        ROOT='http://bugzilla.ubuntu.com'
        ;;
+    gnome)
+       ROOT='http://bugs.gnome.org'
+       ;;
     *)
        echo "Unknown Bugzilla installation '$1'. Recognized are:" >&2
        echo '  subversion' >&2
        echo '  openssh' >&2
        echo '  warthogs' >&2
        echo '  ubuntu' >&2
+       echo '  gnome' >&2
        exit 1
        ;;
 esac