[ARVADOS] updated: 2.1.0-1829-g12d5c5197
Git user
git at public.arvados.org
Thu Jan 13 13:39:48 UTC 2022
Summary of changes:
tools/compute-images/scripts/base.sh | 1 -
1 file changed, 1 deletion(-)
via 12d5c5197da939a41bc59cd1a4bf6db9dc0e7df0 (commit)
from a9e76e7542f621f034119e7d62b79a475b3a9755 (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 12d5c5197da939a41bc59cd1a4bf6db9dc0e7df0
Author: Ward Vandewege <ward at curii.com>
Date: Thu Jan 13 08:39:10 2022 -0500
18624: crunch-run no longer needs to be preinstalled on our cloud
compute images, arvados-dispatch-cloud copies it over.
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 f407b366c..8ea250878 100644
--- a/tools/compute-images/scripts/base.sh
+++ b/tools/compute-images/scripts/base.sh
@@ -64,7 +64,6 @@ wait_for_apt_locks && $SUDO DEBIAN_FRONTEND=noninteractive apt-get -qq --yes ins
# Install the Arvados packages we need
wait_for_apt_locks && $SUDO DEBIAN_FRONTEND=noninteractive apt-get -qq --yes install \
python3-arvados-fuse \
- crunch-run \
arvados-docker-cleaner \
docker.io
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list