[ARVADOS] updated: 2.1.0-1966-gc5814d377
Git user
git at public.arvados.org
Wed Feb 23 18:53:06 UTC 2022
Summary of changes:
tools/compute-images/scripts/base.sh | 1 -
1 file changed, 1 deletion(-)
via c5814d377c441dcad66b71bc253d97c1107730c2 (commit)
from e4a68851e521c0e3152f9790683d8cdb1b3923df (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c5814d377c441dcad66b71bc253d97c1107730c2
Author: Ward Vandewege <ward at curii.com>
Date: Wed Feb 23 13:52:29 2022 -0500
Bugfix: make the create-ebs-volume patch apply.
refs #18772
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/tools/compute-images/scripts/base.sh b/tools/compute-images/scripts/base.sh
index f02c94eda..fa34bc5b6 100644
--- a/tools/compute-images/scripts/base.sh
+++ b/tools/compute-images/scripts/base.sh
@@ -156,7 +156,6 @@ else
export EBS_AUTOSCALE_VERSION="v2.4.5"
cd /opt && $SUDO git clone https://github.com/awslabs/amazon-ebs-autoscale.git
cd /opt/amazon-ebs-autoscale && $SUDO git checkout $EBS_AUTOSCALE_VERSION
- cd bin
$SUDO patch -p1 < /tmp/create-ebs-volume-nvme.patch
# This script really requires bash and the shebang line is wrong
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list