[ARVADOS] updated: 2.1.0-1967-ge75c53a08
Git user
git at public.arvados.org
Wed Feb 23 19:57:16 UTC 2022
Summary of changes:
tools/compute-images/scripts/base.sh | 2 ++
1 file changed, 2 insertions(+)
via e75c53a080575b6af0a827f0a3464a672578a752 (commit)
from c5814d377c441dcad66b71bc253d97c1107730c2 (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 e75c53a080575b6af0a827f0a3464a672578a752
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 fa34bc5b6..90b845f1a 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() {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list