From b9d03aff15778f0e32487bec3a76da2e5024929e Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 21 Mar 2012 09:52:34 +0100 Subject: gbp-create-remote-repo: add --remote-config This specifies an additional config file section that can be used to preconfigure different remote locations. --- gbp.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gbp.conf') diff --git a/gbp.conf b/gbp.conf index f5c689cb..a283ed25 100644 --- a/gbp.conf +++ b/gbp.conf @@ -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 + -- cgit v1.2.3