[ARVADOS] updated: 2.3.2-39-g5ac037470

Git user git at public.arvados.org
Wed Feb 23 19:57:52 UTC 2022


Summary of changes:
 tools/compute-images/scripts/base.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  5ac037470d499e2ea545c5dc79f70d6f5ecef6a4 (commit)
       via  cd6a23119fda6bfdfeeafe73c5f7486e4cfa0e56 (commit)
      from  b9303927025a662811741a924479c88a2617cf55 (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 5ac037470d499e2ea545c5dc79f70d6f5ecef6a4
Author: Ward Vandewege <ward at curii.com>
Date:   Wed Feb 23 14:06:13 2022 -0500

    The base.sh script that is run by Packer should abort when it encounters
    any errors.
    
    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 e99df92aa..101c639cc 100644
--- a/tools/compute-images/scripts/base.sh
+++ b/tools/compute-images/scripts/base.sh
@@ -4,6 +4,8 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
+set -eu -o pipefail
+
 SUDO=sudo
 
 wait_for_apt_locks() {

commit cd6a23119fda6bfdfeeafe73c5f7486e4cfa0e56
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 7d8ad82c2..e99df92aa 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