[ARVADOS-DEV] updated: c0422e5502fe6ff03393f0df9d2c24dc2030dbbe

Git user git at public.arvados.org
Tue Dec 15 15:34:23 UTC 2020


Summary of changes:
 jenkins/run-deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  c0422e5502fe6ff03393f0df9d2c24dc2030dbbe (commit)
      from  e1c58d5713f77dbf1adaa87fa80c2a6afef99824 (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 c0422e5502fe6ff03393f0df9d2c24dc2030dbbe
Author: Ward Vandewege <ward at curii.com>
Date:   Tue Dec 15 10:33:24 2020 -0500

    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.sh b/jenkins/run-deploy.sh
index 5c7ad83..bae4299 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -131,7 +131,7 @@ now() { date +%s; }
 let endtime="$(now) + 600"
 while [ "$endtime" -gt "$(now)" ]; do
   apt-get update
-  apt-get -y upgrade
+  DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
   apt_exitcode=$?
   if [ 0 = "$apt_exitcode" ]; then
     break

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list