aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Multanen <eric.w.multanen@intel.com>2018-11-15 06:49:09 -0800
committerMarco Platania <platania@research.att.com>2018-11-15 17:41:33 +0000
commit2df4fe8dc069e8d91ee7896cbb9b00f38c52cdd9 (patch)
treeceb76edd9599554ff0fe91e3aab207a2b5f1583d
parentffe81cb66e38da20dd8d97ff15157eec032232d5 (diff)
Fix version of libevel code used for vgmux3.0.0-ONAP1.3.0
The VES patch applied the vgmux code needs to be applied against a version of the code that was present near the date of Nov 20, 2017. The code for libevel.so present in the repo at that time produces events with the correct attribute labels. (see refered Issue ID) This patch provides a suitable commit id to use. Replacing one which was not suitable. Change-Id: I3460927e21ff23bc66ac77475f4d8d45921476e0 Issue-ID: TEST-132 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com> (cherry picked from commit 95fd361eaff65980e6ff6f0e1e548d2822b0909b)
-rw-r--r--vnfs/vCPE/scripts/v_gmux_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vCPE/scripts/v_gmux_build.sh b/vnfs/vCPE/scripts/v_gmux_build.sh
index b85445a6..21f71a62 100644
--- a/vnfs/vCPE/scripts/v_gmux_build.sh
+++ b/vnfs/vCPE/scripts/v_gmux_build.sh
@@ -43,7 +43,7 @@ apt-get install -y libcurl4-openssl-dev
git clone http://gerrit.onap.org/r/demo
wget -O vCPE-vG-MUX-libevel-fixup.patch ${LIBEVEL_PATCH_URL}
cd demo
-git checkout 312996e2
+git checkout 3234c8ffab9faf85fd3bccfa720a3869ba39d13c
patch -p1 < ../vCPE-vG-MUX-libevel-fixup.patch
cd vnfs/VES5.0/evel/evel-library/bldjobs
make