diff options
author | Guido Günther <agx@sigxcpu.org> | 2012-03-21 09:52:34 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2012-03-21 23:41:57 +0100 |
commit | b9d03aff15778f0e32487bec3a76da2e5024929e (patch) | |
tree | 36b84fadf7ed62f354bfd48586a881ce95532bbb /gbp.conf | |
parent | a884ef569828d9d7875427084d7c830f168a655c (diff) | |
download | git-buildpackage-b9d03aff15778f0e32487bec3a76da2e5024929e.tar.gz git-buildpackage-b9d03aff15778f0e32487bec3a76da2e5024929e.tar.bz2 git-buildpackage-b9d03aff15778f0e32487bec3a76da2e5024929e.zip |
gbp-create-remote-repo: add --remote-config
This specifies an additional config file section that can be used
to preconfigure different remote locations.
Diffstat (limited to 'gbp.conf')
-rw-r--r-- | gbp.conf | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -117,3 +117,11 @@ [gbp-create-remote-repo] # disable remote branch tracking #track = False + +# Sample config to create remote repositore using gbp-create-remote-repo: +[remote-config pkg-libvirt] +# Location of the repository +remote-url-pattern = ssh://git.debian.org/git/pkg-libvirt/%(pkg)s +# Template dir to passed to git-init +template-dir = /srv/alioth.debian.org/chroot/home/groups/pkg-libvirt/git-template + |