diff -r f36307474ee5 -r 184a960d2fc8 scripts/functions --- a/scripts/functions Sun Jan 03 16:30:35 2010 +0100 +++ b/scripts/functions Wed Nov 25 20:36:04 2009 +0100 @@ -448,9 +448,6 @@ CT_GetLocal "${file}" ${first_ext} && return 0 || true # No, it does not... - # Are downloads allowed ? - CT_TestAndAbort "File '${file}' not present locally, and downloads are not allowed" "${CT_FORBID_DOWNLOAD}" = "y" - # Try to retrieve the file CT_DoLog EXTRA "Retrieving '${file}'" CT_Pushd "${CT_TARBALLS_DIR}" @@ -512,9 +509,6 @@ CT_GetLocal "${basename}" && return 0 || true # No, it does not... - # Are downloads allowed ? - CT_TestAndAbort "File '${basename}' not present locally, and downloads are not allowed" "${CT_FORBID_DOWNLOAD}" = "y" - CT_DoLog EXTRA "Retrieving '${basename}'" CT_MktempDir tmp_dir @@ -554,9 +548,6 @@ CT_GetLocal "${basename}" && return 0 || true # No, it does not... - # Are downloads allowed ? - CT_TestAndAbort "File '${basename}' not present locally, and downloads are not allowed" "${CT_FORBID_DOWNLOAD}" = "y" - CT_DoLog EXTRA "Retrieving '${basename}'" CT_MktempDir tmp_dir