Relocate entry function of `rpm/build.py` 16/60616/11
authorAlok Anand <alok4nand@gmail.com>
Thu, 20 Jul 2017 17:33:32 +0000 (23:03 +0530)
committerDaniel Farrell <dfarrell@redhat.com>
Mon, 21 Aug 2017 21:57:02 +0000 (21:57 +0000)
commit828c71d2e733a6861a8d4a88f2b3400c447bf969
tree00c47748c0c651ce841ca955f71e0b3193fb3e9a
parent761a7148381e8bcb7626f004508f10bf755854eb
Relocate entry function of `rpm/build.py`

RPM build script can be used as a reference for building
a common entry point for both rpm and deb build pipelines.
This commit also creates the new common entry point in
`packages/build.py` for further refactoring.

Change-Id: Idee82deced213ce5963587eb376c19e2c5c2e4ac
Signed-off-by: Alok Anand <alok4nand@gmail.com>
__init__.py [new file with mode: 0644]
build.py [new file with mode: 0755]
rpm/__init__.py [new file with mode: 0644]
rpm/build.py