Refactor gbp-pq as preparation for rpm support
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 12 Jan 2012 13:41:46 +0000 (15:41 +0200)
committerGuido Günther <agx@sigxcpu.org>
Wed, 18 Apr 2012 20:36:48 +0000 (22:36 +0200)
commit9c4f34c5b94ddd3e78a0c6ef94cf7c6afd9a8ada
tree44c4b9cc572d1b48e9d7237766d5579d51837db9
parent19b6e245cbf8e4954bb72ac0d44a82facdf76858
Refactor gbp-pq as preparation for rpm support

Separate some functions of gbp-pq into a basemodule, intended to be
re-used by the upcoming rpm variant of the tool.

Also, introduces a new python subpackage gbp.scripts.common to be used
for the re-usable parts of the scripts in the refactoring work.
gbp/scripts/common/__init__.py [new file with mode: 0644]
gbp/scripts/common/pq.py [new file with mode: 0644]
gbp/scripts/pq.py