Loading libexec/config-bootstrap-fixup +2 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ wd=`pwd` # Default host IP is 10.0.2.2 # Default host IP is 10.0.3.1 if [ -z "$GITIAN_HOST_IP" ]; then GITIAN_HOST_IP=10.0.2.2 GITIAN_HOST_IP=10.0.3.1 fi # Default to host IP if the MIRROR_HOST is not set, or set to 127.0.0.1 Loading Loading
libexec/config-bootstrap-fixup +2 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ wd=`pwd` # Default host IP is 10.0.2.2 # Default host IP is 10.0.3.1 if [ -z "$GITIAN_HOST_IP" ]; then GITIAN_HOST_IP=10.0.2.2 GITIAN_HOST_IP=10.0.3.1 fi # Default to host IP if the MIRROR_HOST is not set, or set to 127.0.0.1 Loading