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:
9131d3c
)
Add git-buildpackage config
author
Ed Bartosh
<eduard.bartosh@intel.com>
Wed, 25 Mar 2015 08:34:33 +0000
(10:34 +0200)
committer
SoonKyu Park
<sk7.park@samsung.com>
Sat, 25 Mar 2017 02:00:14 +0000
(11:00 +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