~wwoods/apport/fedora

« back to all changes in this revision

Viewing changes to crashdb.conf

  • Committer: Will Woods
  • Date: 2007-07-20 21:45:00 UTC
  • Revision ID: wwoods@metroid.rdu.redhat.com-20070720214500-ufxr3n0j3xfj7qlo
add rhbugzilla crashdb implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        'distro': 'ubuntu'
10
10
    },
11
11
    'fedora': {
12
 
        'impl': 'tg_crashdb',
13
 
        'baseurl': 'http://crashdb.fedoraproject.org',
14
 
        'bug_pattern_base': 'http://crashdb.fedoraproject.org/bugpatterns',
 
12
        'impl': 'rhbugzilla',
 
13
        # NOTE this is a test instance of bugzilla, not the real thing
 
14
        'baseurl': 'http://partner-bugzilla.fedoraproject.org',
 
15
        'bug_pattern_base': 'http://wwoods.fedorapeople.org/bugpatterns',
15
16
        'distro': 'fedora'
16
17
    },
17
18
    'debug': {