[ARVADOS-DEV] updated: 302f17bb8bed388f4dafc16b2dbbff77c7213e5f
Git user
git at public.arvados.org
Wed Dec 16 18:50:24 UTC 2020
Summary of changes:
jenkins/run-deploy-salt.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 302f17bb8bed388f4dafc16b2dbbff77c7213e5f (commit)
from 38d8c684a7c892062811fba3ecca012bed2478b9 (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 302f17bb8bed388f4dafc16b2dbbff77c7213e5f
Author: Ward Vandewege <ward at curii.com>
Date: Wed Dec 16 13:50:09 2020 -0500
run-deploy-salt.sh: make sure to have DEBIAN_FRONTEND=noninteractive set
when running apt-get -y upgrade. This caused a hang on install/upgrade
of the iptables-persistent package.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/jenkins/run-deploy-salt.sh b/jenkins/run-deploy-salt.sh
index ea85ea3..c890d1e 100755
--- a/jenkins/run-deploy-salt.sh
+++ b/jenkins/run-deploy-salt.sh
@@ -108,7 +108,7 @@ if [[ -z "$SALT_MASTER" ]]; then
exit 1
fi
-run_salt $IDENTIFIER '' 'apt update && apt -y upgrade'
+run_salt $IDENTIFIER '' 'apt update && DEBIAN_FRONTEND=noninteractive apt -y upgrade'
title "Loading ARVADOS_API_HOST and ARVADOS_API_TOKEN"
if [[ -f "$HOME/.config/arvados/$IDENTIFIER.arvadosapi.com.conf" ]]; then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list