[ARVADOS] updated: 2.1.0-841-g6c2913e20
Git user
git at public.arvados.org
Fri May 28 18:11:38 UTC 2021
Summary of changes:
tools/compute-images/build.sh | 3 +++
1 file changed, 3 insertions(+)
via 6c2913e20e2be88537bc5a78e61cb113c7a44750 (commit)
from b1d9ac8b550f03e39f2fad2a470b54f05b04d981 (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 6c2913e20e2be88537bc5a78e61cb113c7a44750
Author: Ward Vandewege <ward at curii.com>
Date: Fri May 28 14:11:22 2021 -0400
When building compute node images, print the version of packer used.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/tools/compute-images/build.sh b/tools/compute-images/build.sh
index 36f0e18a3..a2dd2ed28 100755
--- a/tools/compute-images/build.sh
+++ b/tools/compute-images/build.sh
@@ -257,5 +257,8 @@ if [[ "$PUBLIC_KEY_FILE" != "" ]]; then
EXTRA2+=" -var public_key_file=$PUBLIC_KEY_FILE"
fi
+echo
+packer version
+echo
echo packer build$EXTRA -var "arvados_cluster=$ARVADOS_CLUSTER_ID"$EXTRA2 $JSON_FILE
packer build$EXTRA -var "arvados_cluster=$ARVADOS_CLUSTER_ID"$EXTRA2 $JSON_FILE
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list