From d3bfa10ba8c609a3e5de2717a019239b353d03a7 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Fri, 2 Feb 2007 15:10:06 +0100 Subject: Allow to specify the tag format The format of generated tags can now be specified via the debian-tag and upsteam-tag options. The default now puts debian tags and upstream tags into different namespaces (Closes: #408990) --- gbp.conf | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) (limited to 'gbp.conf') diff --git a/gbp.conf b/gbp.conf index 98d8aa5..c4d0774 100644 --- a/gbp.conf +++ b/gbp.conf @@ -1,29 +1,32 @@ # 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=master +# the default build command: +#builder = debuild +# the default branch for upstream sources: +#upstream-branch = upstream +# the default branch for the debian patch: +#debian-branch = master +# the default tag formats used: +#upstream-tag = upstream/%(version)s +#debian-tag = debian/%(version)s -# Special options for git-buildpackage +# Options only for git-buildpackage [git-buildpackage] -#upstream-branch=dfsgclean -# Uncomment this to automatically GPG sign tags +#upstream-branch = dfsgclean +# uncomment this to automatically GPG sign tags #sign-tags = True -# Keyid to GPG sign tags with +# keyid to GPG sign tags with #keyid = 0xdeadbeef -# Push to a remote repository after a successful tag: +# push to a remote repository after a successful tag: #posttag = git-push git.example.com -# Special options for git-import-orig +# Options only for git-import-orig [git-import-orig] -#upstream-branch=newupstream -#debian-branch=dfsgclean +#upstream-branch = newupstream +#debian-branch = dfsgclean -# Special options for git-import-dsc +# Options only for git-import-dsc [git-import-dsc] -#upstream-branch=svn-upstream +#upstream-branch = svn-upstream -- cgit v1.2.3