summaryrefslogtreecommitdiffstats
path: root/mcp/patches/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-12-07 21:02:02 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-12-08 16:04:55 +0000
commit8007028f48b57243c428cdc9ebbbc168c2e373cc (patch)
treeedb25210c8c460c9343435fbeba458c693d5619e /mcp/patches/Makefile
parente770336f88637e6c0b51ba230b54837f9258414d (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> (cherry picked from commit fbea9fae7a16f1375f7413ccd46146b015fc87ff)
Diffstat (limited to 'mcp/patches/Makefile')
-rw-r--r--mcp/patches/Makefile1
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`"; \