From 047c424daa8b88269755f286e2cf144e4c49bb51 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Tue, 12 Feb 2019 19:20:33 -0500 Subject: [PATCH] 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 --- build-tools/build-docker-images/build-stx-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/build-docker-images/build-stx-images.sh b/build-tools/build-docker-images/build-stx-images.sh index a2491f21..b5462d6d 100755 --- a/build-tools/build-docker-images/build-stx-images.sh +++ b/build-tools/build-docker-images/build-stx-images.sh @@ -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}