Updated armband
authorJonas Bjurel <jonas.bjurel@ericsson.com>
Mon, 5 Sep 2016 10:50:51 +0000 (10:50 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Mon, 5 Sep 2016 10:50:51 +0000 (10:50 +0000)
commit0ce564a34593b5c6ca80727c7fd32d6f62ad040e
tree9e42d4c5e6f52ca7f1abef8346ac3748453ec882
parentaf6ea4f444cb6c1a4d5ba5ab344ec78a0f493b59
Updated armband
Project: fuel  b39d8493d27b7fb03932628ae07ee3d2394e0a04

build: Move patches to <patch-repos> dir

Decouple main Makefile and repository patches by moving all Fuel
component patches to a subdir, <patch-repo>.

Proposed structure of <patch-repos> dir:
- patch-repos/*.patch are intended for <fuel-main> git repo;
- patch-repos/build/repo/<fuel-module>/*.patch are intended for
  <fuel-module>, e.g. "fuel-nailgun";

Full list of Fuel submodules supported by this mechanism at [1].

While at it, replace all occurences of </tmp/fuel-main> with
<FUEL_MAIN_DIR> in main Makefile and rewrite a few git/make calls
to use the "-C" arg.

NOTE: `git -C` is available starting with git 1.8.5.

[1] https://github.com/openstack/fuel-main/blob/stable/mitaka/repos.mk
    #L32-L44

Change-Id: I5e4adc7285054777c3898592ed48482ccd2b706f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
upstream/fuel