pq-rpm: implement '--import-files' command line option
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 10 Dec 2013 13:25:32 +0000 (15:25 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Nov 2014 12:47:19 +0000 (14:47 +0200)
commitbffd714af55b59a16cad011ef7b05548251b8963
tree36b1e0ae5458e21d560818c3d771ec57569405b3
parent2bf5a19efdb6ecdf3da3fd66abe3a9d39b753261
pq-rpm: implement '--import-files' command line option

For defining the packaging file(s) that will be imported into the
development/patch-queue branch.

By default, the local gbp conf files are imported in order to try to
ensure that gbp sees the same settings on the development/pq branch as
on the packaging branch.

NOTE: This option does not affect the patch files that are imported. The
files defined with this option will appear as new files in one
monolithic commit in the development/patch-queue branch.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/config.py
gbp/scripts/pq_rpm.py