[gosmore] 10/14: Add a gbp.conf file
Ross Gammon
ross-guest at moszumanska.debian.org
Thu Aug 27 21:52:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository gosmore.
commit 8dcfc8c8a0dde5c6d0ae16f69f5599b19933991d
Author: Ross Gammon <rossgammon at mail.dk>
Date: Thu Aug 27 23:14:29 2015 +0200
Add a gbp.conf file
---
gbp.conf | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 0000000..de5c0fb
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,19 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# gbp import-orig uses the following names for the upstream tags.
+# Change the value if you are not using gbp import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
+
+# Applies to all commands
+sign-tags = True
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gosmore.git
More information about the Pkg-grass-devel
mailing list