File: example.conf

package info (click to toggle)
debiancontributors 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 264 kB
  • ctags: 175
  • sloc: python: 1,518; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Example data source definition.
# This would submit data to a data source named 'example' on contributors.debian.org
source: example
auth_token: @example.auth_token

# Data mining for contribution type 'committer'
contribution: committer
# Use the 'gitdirs' scanner
method: gitdirs
# Configuration of the gitdirs scanner. See dc-tool --mine-document for details.
dirs: .git
url: http://example.com/{user}

contribution: committer
method: gitlogs
dirs: .