~ubuntu-branches/debian/stretch/arriero/stretch

« back to all changes in this revision

Viewing changes to examples/gbp.example.conf

  • Committer: Package Import Robot
  • Author(s): Margarita Manterola
  • Date: 2014-03-15 18:30:59 UTC
  • Revision ID: package-import@ubuntu.com-20140315183059-nap87isjg53t0tcf
Tags: upstream-0.5.1
ImportĀ upstreamĀ versionĀ 0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[git-buildpackage]
 
2
postbuild = lintian -I --show-overrides --suppress-tags library-not-linked-against-libc $GBP_CHANGES_FILE
 
3
export-dir = ../build-area/
 
4
tarball-dir = ../tarballs/
 
5
arch = amd64
 
6
 
 
7
[git-import-orig]
 
8
merge = False
 
9
filter = ['.svn', '.hg', '.bzr', 'CVS', 'debian/*']
 
10
 
 
11
[git-import-dsc]
 
12
filter = [
 
13
   'CVS',
 
14
   '.cvsignore',
 
15
   '.hg',
 
16
   '.hgignore'
 
17
   '.bzr',
 
18
   '.bzrignore',
 
19
   '.gitignore'
 
20
   ]
 
21
 
 
22
[remote-config pkg-libvirt]
 
23
remote-url-pattern = ssh://git.debian.org/git/pkg-libvirt/%(pkg)s
 
24
template-dir = /srv/alioth.debian.org/chroot/home/groups/pkg-libvirt/git-template
 
25