Update loci to latest version in build-stx-images.sh

The build-stx-images.sh utility references a fixed loci SHA in order
to isolate the image builds from tool churn.

A recent update to virtualenv has broken loci builds, as described here:
http://lists.openstack.org/pipermail/openstack-discuss/2019-February/002592.html

This update sets the loci SHA to the commit that addresses this issue.

Change-Id: I4c5404c72935433b217d534fc9129f6ea69f23b1
Story: 2004751
Task: 29461
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2019-02-12 19:20:33 -05:00
parent efac264bab
commit 047c424daa
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ function is_empty {
function get_loci {
# Use a specific HEAD of loci, to provide a stable builder
local LOCI_REF="d0ef425ef6ce19ce79d93bf3a2be1b464750e2f8"
local LOCI_REF="432503259f5e624afdabd9dacc9d9b367dd95e96"
ORIGWD=${PWD}