cookutils rev 466 slitaz-tank

cook.conf: Add TIMEOUT variable. This is so the timeout for connection can be changed.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Jun 07 19:20:10 2012 +0000 (2012-06-07)
parents f30a85f68f20
children d4404b25ff07
files cook.conf
line diff
     1.1 --- a/cook.conf	Thu Jun 07 19:12:04 2012 +0000
     1.2 +++ b/cook.conf	Thu Jun 07 19:20:10 2012 +0000
     1.3 @@ -82,6 +82,9 @@
     1.4  CONFIG_SITE=/etc/slitaz/cook.site
     1.5  CONFIGURE_ARGS="--build=$BUILD_SYSTEM --host=$HOST_SYSTEM"
     1.6  
     1.7 +# Timeout for connection
     1.8 +TIMEOUT="12"
     1.9 +
    1.10  # Mirrors URLs. To download sources near your location.
    1.11  GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
    1.12  SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"