diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-12-07 21:02:02 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-12-07 22:30:43 +0100 |
commit | fbea9fae7a16f1375f7413ccd46146b015fc87ff (patch) | |
tree | 96487395efd167ace4056617a6b3590775708d3f /mcp/patches/Makefile | |
parent | f8898b437e3ff5e8c64ff17441377f4cbe1a7a33 (diff) |
patches: pharos: Drop patches merged upstream
Also, remove redundant pharos patch that adds prx mgmt IPs:
- "Re-assign mgmt network to proxy nodes"
as those values are set already (to different values!) by patch:
+ "extend public gateway support"
While at it, `make patches-export` should clean the patch dir first.
Change-Id: Ice106e5d48c7b4cd90ffc6af7441199034d4f546
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/patches/Makefile')
-rw-r--r-- | mcp/patches/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcp/patches/Makefile b/mcp/patches/Makefile index 5814e7fe8..be3eb9ee5 100644 --- a/mcp/patches/Makefile +++ b/mcp/patches/Makefile @@ -59,6 +59,7 @@ sub: .cachefuelinfo patches-export: sub @git submodule -q foreach ' \ SUB_DIR=${F_PATCH_DIR}/$$name; \ + rm -rf $$SUB_DIR/*; \ git tag | awk "!/root/ && /${F_OPNFV_TAG}-fuel/" | while read F_TAG; do \ SUB_FEATURE=`dirname $${F_TAG#${F_OPNFV_TAG}-fuel/}`; \ echo "`tput setaf 2`-- exporting $$name ($$F_TAG)`tput sgr0`"; \ |