[ARVADOS] updated: 1.3.0-2971-g21ce99325

Git user git at public.arvados.org
Mon Nov 9 20:58:20 UTC 2020


Summary of changes:
 cmd/arvados-dev/docker-build-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  21ce993258db6724a946d646207eec5012925618 (commit)
      from  8fedd6362dd97202b938bcfa3832e4bb1b3770dc (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 21ce993258db6724a946d646207eec5012925618
Author: Ward Vandewege <ward at curii.com>
Date:   Mon Nov 9 15:57:47 2020 -0500

    16306: in cmd/arvados-dev/docker-build-install.sh, make sure nginx is
           configured to listen on all IPs.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/cmd/arvados-dev/docker-build-install.sh b/cmd/arvados-dev/docker-build-install.sh
index 78b08d7dc..ff514a3b6 100755
--- a/cmd/arvados-dev/docker-build-install.sh
+++ b/cmd/arvados-dev/docker-build-install.sh
@@ -125,4 +125,4 @@ docker run -it --rm \
        -v /tmp/pkg:/pkg:ro \
        -v ${sourcesfile}:/etc/apt/sources.list.d/arvados-local.list:ro \
        "${installimage}" \
-       bash -c 'apt update && DEBIAN_FRONTEND=noninteractive apt install --reinstall -y arvados-server-easy postgresql && /etc/init.d/postgresql start && /var/lib/arvados/bin/arvados-server init -cluster-id x1234 && /var/lib/arvados/bin/arvados-server boot'
+       bash -c 'apt update && DEBIAN_FRONTEND=noninteractive apt install --reinstall -y arvados-server-easy postgresql && /etc/init.d/postgresql start && /var/lib/arvados/bin/arvados-server init -cluster-id x1234 && /var/lib/arvados/bin/arvados-server boot -listen-host 0.0.0.0'

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list