aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-07-11 17:43:07 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-07-11 17:49:18 +0200
commit7ce3a621f2156110f5434e95a46e6aa6aa1fb9a1 (patch)
tree0eb4c48e222b8eebf910ac13c7f3876c7edcef02 /README.md
parenta0805a01542505301918cacb5db6216814c40023 (diff)
MCP: Obsolete `fuel-patches-*` functionality
We no longer require patching submodules in the Fuel@OPNFV submodule, so remove all obsolete code. Change-Id: I872ac7da2cd020b6882f8bc8304c03a8e528313f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 6 insertions, 23 deletions
diff --git a/README.md b/README.md
index 7fd2b4f8..877664f3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2017 Enea AB and others
+
Armband Fuel@OPNFV
==================
-This repository holds build scripts for Fuel 10.0 OPNFV installer
+This repository holds build scripts for MCP Fuel OPNFV installer
for AArch64 machines.
Workflow
@@ -28,7 +32,7 @@ The standard workflow should look as follows:
NOTE: If you want to re-export patches, make sure to move the tag
`${A_OPNFV_TAG}` to the latest commit that should be included.
-5. Build with:
+5. (not implemented yet for MCP) Build with:
$ make build
6. Re-create patches via:
@@ -48,24 +52,3 @@ and point it to `upstream/*` directory, i.e.:
$ git submodule -b stable/mitaka add --name fuel-web \
https://github.com/openstack/fuel-web.git upstream/fuel-web
-
-Fuel@OPNFV submodule patch development
---------------------------------------
-Fuel-submodules (fuel-astute, ... , fuel-ui) patches also reside in Armband,
-like previously described patches that are applied to Armband submodules,
-but they are not directly applied to any submodule in Armband.
-Instead, they are copied (staged) to Fuel@OPNFV submodule, which will
-automatically pick them up and apply them to its own submodules
-(fuel-astute, ... , fuel-ui) during ISO build.
-
-The following helpers are available for working with patches for
-Fuel-submodules (fuel-astute, ... , fuel-ui):
-
-1. Clean Fuel-submodules (fuel-astute, ... , fuel-ui) patches
- $ make fuel-patches-clean
-
-2. Import Fuel-submodules staged patches
- $ make fuel-patches-import
-
-3. Export Fuel-submodules patches
- $ make fuel-patches-export