Skip to content

Commit

Permalink
Merge branch 'main' into upgrade_to_sept_2024_release
Browse files Browse the repository at this point in the history
Signed-off-by: K. Shankari <[email protected]>
  • Loading branch information
shankari authored Nov 14, 2024
2 parents aa971b1 + 0ab95e1 commit 3e3b50f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions maeve/apply-patches.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env bash

if [[ "$DEMO_VERSION" =~ sp2 || "$DEMO_VERSION" =~ sp3 ]]; then
echo "Patching the CSMS to enable EVerest organization"
patch -p1 -i ../everest-demo/maeve/maeve-csms-everest-org.patch

echo "Patching the CSMS to enable local mo root"
patch -p1 -i ../everest-demo/maeve/maeve-csms-local-mo-root.patch

echo "Patching the CSMS to enable local mo root"
patch -p1 -i ../everest-demo/maeve/maeve-csms-ignore-ocsp.patch

else
echo "Patching the CSMS to disable WSS"
patch -p1 -i ../everest-demo/maeve/maeve-csms-no-wss.patch
fi

0 comments on commit 3e3b50f

Please sign in to comment.