From: davidplunkett Date: Thu, 11 Apr 2019 21:58:56 +0000 (+0000) Subject: force hpe ilorest library to v2.3.1 X-Git-Tag: 1.0.0~10 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=1c32c2e8f41213fec2f1505dafc5ea036213c181;p=redfish.git force hpe ilorest library to v2.3.1 Change-Id: I1edeac23cf02db6bb98d6c1684f007f99a12cedc Signed-off-by: davidplunkett --- diff --git a/buildrc b/buildrc index 758916e..ce762c5 100644 --- a/buildrc +++ b/buildrc @@ -23,7 +23,7 @@ export REDFISH_REPO=${REDFISH_REPO:-https://nexus.akraino.org/service/local/arti export IPXE_GIT=${IPXE_GIT:-http://git.ipxe.org/ipxe.git} export DELL_GIT=${DELL_GIT:-https://github.com/dell/iDRAC-Redfish-Scripting.git} export DELL_GIT_COMMIT=${DELL_GIT_COMMIT:-64f184c8c37ed1f64831c5695cd69092105e5eec} -export HPE_GIT=${HPE_GIT:-https://github.com/HewlettPackard/python-ilorest-library.git} +export HPE_GIT=${HPE_GIT:-https://github.com/HewlettPackard/python-ilorest-library.git -b v2.3.1} export AKRAINO_ROOT=${AKRAINO_ROOT:-/opt/akraino} export WEB_ROOT=${WEB_ROOT:-$AKRAINO_ROOT/www}