aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
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
+