From: Ed Bartosh Date: Wed, 25 Mar 2015 08:34:33 +0000 (+0200) Subject: Add git-buildpackage config X-Git-Tag: upstream/0.10.1~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79d00d59884402818b027698bdff85dbe5ca686c;p=services%2Fcreaterepo_c.git Add git-buildpackage config Signed-off-by: Ed Bartosh --- diff --git a/.gbp.conf b/.gbp.conf new file mode 100644 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