From eab964d1fe31b91a9beca6014e61cdf36c96d11e Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Tue, 5 Dec 2006 19:34:22 +0100 Subject: config file parsing to set default branches and build commands --- gbp.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gbp.conf (limited to 'gbp.conf') 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 + -- cgit v1.2.3