aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-03-21 09:52:34 +0100
committerGuido Günther <agx@sigxcpu.org>2012-03-21 23:41:57 +0100
commitb9d03aff15778f0e32487bec3a76da2e5024929e (patch)
tree36b84fadf7ed62f354bfd48586a881ce95532bbb /gbp.conf
parenta884ef569828d9d7875427084d7c830f168a655c (diff)
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.conf8
1 files changed, 8 insertions, 0 deletions
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
+