projects
/
services
/
createrepo_c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f359268
)
Add git-buildpackage config
author
Ed Bartosh
<eduard.bartosh@intel.com>
Wed, 25 Mar 2015 08:34:33 +0000
(10:34 +0200)
committer
hyokeun
<hyokeun.jeon@samsung.com>
Tue, 14 Mar 2017 08:15:21 +0000
(17:15 +0900)
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..
4b80048
--- /dev/null
+++ b/
.gbp.conf
@@ -0,0
+1,9
@@
+[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