diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-09 21:44:07 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-12 11:26:52 +0000 |
commit | 3d6d13ffb4d44c27837884fcb4be337615acc514 (patch) | |
tree | 200cbf1bd6d923685cd37999de695c9a767cba6d /.gitmodules | |
parent | 0ab4e02509f91581a4ade9eee78f4279adc8232f (diff) |
Rework: Move fuel-astute patch to post-install.
IMPORTANT:
Drop `fuel-astute` submodule, and patch it instead during the Fuel
Master node bootstrapping process, using an OPNFV post.d script.
Luckily, this fits well with the recently added script that prepares
FM for cross-building.
One step closer to un-forking.
Change-Id: Ia612e0ad4077b16baf54f1b9ebf9d207daca0be4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 0023639c..6275a1bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,7 +30,3 @@ path = upstream/fuel-nailgun-agent url = https://github.com/openstack/fuel-nailgun-agent branch = stable/mitaka -[submodule "fuel-astute"] - path = upstream/fuel-astute - url = https://github.com/openstack/fuel-astute.git - branch = stable/mitaka |