From: Luis R. Rodriguez Date: Mon, 16 Jul 2012 21:25:48 +0000 (-0700) Subject: compat: update estimates of using get-compat-trees X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f2e9fa884a4e810ed2268bdc69ce93074aa3717a;p=openwrt%2Fstaging%2Fblogic.git compat: update estimates of using get-compat-trees This is what we will output: This will typically take ~ 10 minutes, download about ~ 1 GiB of data over your network, and then consume about ~ 2 GiB of hard drive space. Signed-off-by: Luis R. Rodriguez --- diff --git a/bin/get-compat-trees b/bin/get-compat-trees index 56ce2290e408..00a881ac81f7 100755 --- a/bin/get-compat-trees +++ b/bin/get-compat-trees @@ -35,7 +35,9 @@ if [[ $? -ne 0 ]]; then exit 1 fi -echo -e "This will download xxx amount of code from git trees." +echo -e "This will typically take ~ ${YELLOW}10 ${CYAN}minutes${NORMAL}, download about " +echo -e "~ ${YELLOW}1 ${CYAN}GiB${NORMAL} of data over your network, and then consume about " +echo -e "~ ${YELLOW}2 ${CYAN}GiB${NORMAL} of hard drive space." read -p "Do you still want to continue (y/N)? " if [[ "${REPLY}" != "y" ]]; then