compat: update estimates of using get-compat-trees
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 16 Jul 2012 21:25:48 +0000 (14:25 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 16 Jul 2012 21:25:48 +0000 (14:25 -0700)
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 <mcgrof@frijolero.org>
bin/get-compat-trees

index 56ce2290e408a11274501f51a8b185c77b33661b..00a881ac81f7326602c9dce50878249984ebad16 100755 (executable)
@@ -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