aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-12-05 19:34:22 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-12-05 19:34:22 +0100
commiteab964d1fe31b91a9beca6014e61cdf36c96d11e (patch)
treea2050d58caf2d2ec4652b3d8bea1cc6dc0f53806 /gbp.conf
parent64acc5b038f9011dfa8afd74b633c12689a06945 (diff)
config file parsing to set default branches and build commands
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 00000000..d7ee6210
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,23 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+# the default build command
+#builder=debuild
+# the default branch for upstream sources
+#upstream-branch=upstream
+# the default branch for the debian patch
+#debian-branch=debian
+
+# Special options for git-buildpackage
+[git-buildpackage]
+#upstream-branch=dfsgclean
+
+# Special options for git-import-orig
+[git-import-orig]
+#upstream-branch=newupstream
+#debian-branch=dfsgclean
+
+# Special options for git-import-dsc
+[git-import-dsc]
+#upstream-branch=svn-upstream
+