submodules: Disable ignore=all for OPNFV projects 03/28303/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 7 Feb 2017 09:53:23 +0000 (10:53 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 8 Feb 2017 21:33:42 +0000 (22:33 +0100)
commit7f6210932a0a41a0097cb1c9be13b518f540c429
tree80f1d50efce4c0ba61e68ca17b3b971ca8833120
parent8db6f978002e7a0615f4d2bdc7c6960a8d902f60
submodules: Disable ignore=all for OPNFV projects

Armband has a number of git submodules, which are hosted:
- via Openstack (review.openstack.org, github.com);
- via OPNFV (gerrit.opnfv.org);

We cannot automatically detect changes in Openstack submodules,
but within OPNFV, an "Updated submodule" commit is generated
when a change is merged into the submodule git, provided we
do not have an "ignore=all" git config directive.

Ignoring submodule changes also prevents automatic ISO builds in
Armband when Fuel@OPNFV changes are merged, which is something we
needed during the D-release development cycle.

The downside of removing "ignore" is that submodules are now
seen as "modified" by git after apply our Armband patches.

While at it, remove one fuel-library patch that got upstream, just
to force a new ISO build.

Change-Id: I8e81e781cb5c78c920a2a33cd8d584de3d9d4fd7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
.gitmodules
patches/fuel-library/upstream-backports/0001-Fix-mysql-OCF-race.patch [deleted file]