# map crash database names to CrashDatabase implementations and URLs default = 'opensuse' # temporarily since we don't have a crashdb impl yet databases = { 'opensuse': { 'impl': 'opensuse_crashdb', 'bug_pattern_base': None, 'report_baseurl': 'https://crashdb.opensuse.org/log/new', 'comment_baseurl': 'https://crashdb.opensuse.org/log/show/%s', 'comment_rawurl': 'https://crashdb.opensuse.org/log/raw/%s', 'cert_location': '/etc/apport/crashdb.pem', 'distro': 'opensuse' }, 'debug': { # for debugging 'impl': 'memory', 'bug_pattern_base': '/tmp', 'distro': 'debug' }, }