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>
Thu, 5 Jun 2014 11:20:07 +0000 (14:20 +0300)
commit534d37c1344cd1718a1ccce5084e795cf35aa677
tree32d923ce1d15c79e953423aedac1a3484712dc35
parent54c9412b351fee5761040184d9758a45d7f5dc1a
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