scripts/functions
changeset 1689 184a960d2fc8
parent 1680 f36307474ee5
child 1690 9030e84dafad
     1.1 --- a/scripts/functions	Sun Jan 03 16:30:35 2010 +0100
     1.2 +++ b/scripts/functions	Wed Nov 25 20:36:04 2009 +0100
     1.3 @@ -448,9 +448,6 @@
     1.4      CT_GetLocal "${file}" ${first_ext} && return 0 || true
     1.5      # No, it does not...
     1.6  
     1.7 -    # Are downloads allowed ?
     1.8 -    CT_TestAndAbort "File '${file}' not present locally, and downloads are not allowed" "${CT_FORBID_DOWNLOAD}" = "y"
     1.9 -
    1.10      # Try to retrieve the file
    1.11      CT_DoLog EXTRA "Retrieving '${file}'"
    1.12      CT_Pushd "${CT_TARBALLS_DIR}"
    1.13 @@ -512,9 +509,6 @@
    1.14      CT_GetLocal "${basename}" && return 0 || true
    1.15      # No, it does not...
    1.16  
    1.17 -    # Are downloads allowed ?
    1.18 -    CT_TestAndAbort "File '${basename}' not present locally, and downloads are not allowed" "${CT_FORBID_DOWNLOAD}" = "y"
    1.19 -
    1.20      CT_DoLog EXTRA "Retrieving '${basename}'"
    1.21  
    1.22      CT_MktempDir tmp_dir
    1.23 @@ -554,9 +548,6 @@
    1.24      CT_GetLocal "${basename}" && return 0 || true
    1.25      # No, it does not...
    1.26  
    1.27 -    # Are downloads allowed ?
    1.28 -    CT_TestAndAbort "File '${basename}' not present locally, and downloads are not allowed" "${CT_FORBID_DOWNLOAD}" = "y"
    1.29 -
    1.30      CT_DoLog EXTRA "Retrieving '${basename}'"
    1.31  
    1.32      CT_MktempDir tmp_dir