projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3bf067
)
Add config file for git-buildpackage
release-2.0.1
v2.0.2
author
Ed Bartosh
<eduard.bartosh@intel.com>
Wed, 25 Mar 2015 10:12:27 +0000
(12:12 +0200)
committer
Ed Bartosh
<eduard.bartosh@intel.com>
Wed, 25 Mar 2015 10:12:27 +0000
(12:12 +0200)
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
.gbp.conf
[new file with mode: 0644]
patch
|
blob
diff --git a/.gbp.conf
b/.gbp.conf
new file mode 100644
(file)
index 0000000..
e55ab6b
--- /dev/null
+++ b/
.gbp.conf
@@ -0,0
+1,11
@@
+[DEFAULT]
+# Subdir for RPM packaging data
+packaging-dir=packaging
+# Auto-generate patches against upstream
+patch-export = True
+patch-numbers = True
+patch-export-ignore-path = (.gbp.conf|packaging/.*)
+# Don't fail if the current branch does not match the main packaging branch
+ignore-branch = True
+# Upstream tag format
+upstream-tag = v%(version)s