Ignore:
Timestamp:
2017-08-04T19:25:31+12:00 (7 years ago)
Author:
ak19
Message:

Windows setup.bat also sets the WGETRC env var to point the wget that GS runs to any user customised wget flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/setup.bat

    r29372 r31854  
    164164:: Perl >= v5.18.* randomises map iteration order within a process
    165165set PERL_PERTURB_KEYS=0
     166
     167:: The user can customise wget flags like number of retries and setting timeouts in the Wgetrc file.
     168:: The WGETRC environment variable is used by wget to find a user wgetrc file overriding any system level one
     169:: https://www.gnu.org/software/wget/manual/html_node/Wgetrc-Location.html
     170set WGETRC=%GSDLHOME%/bin/%GSDLOS%/wgetrc
Note: See TracChangeset for help on using the changeset viewer.