Functions | |
| def | ftp_gen |
| Generate command to retrieve data from remote site using ftp executable. | |
| def | wget_gen |
| Generate command to retrieve data from remote site using wget executable. | |
| def | fetch_emitter |
| Alias target(s) of WGET and FTP builders to 'scons fetch' command and make them Precious. | |
| def | generate |
| Add WGET and FTP builders to the environment. | |
| def | exists |
| Return True (this tool always exists). | |
| def repro::tools::fetch::exists | ( | env | ) |
Return True (this tool always exists).
Definition at line 159 of file build/lib/repro/tools/fetch.py.
| def repro::tools::fetch::fetch_emitter | ( | target, | ||
| source, | ||||
| env | ||||
| ) |
Alias target(s) of WGET and FTP builders to 'scons fetch' command and make them Precious.
To remove the target(s) of WGET and FTP builders you must either run 'scons -c fetch' or 'scons -c targetname'.
Definition at line 128 of file build/lib/repro/tools/fetch.py.
| def repro::tools::fetch::ftp_gen | ( | source, | ||
| target, | ||||
| env, | ||||
| for_signature | ||||
| ) |
Generate command to retrieve data from remote site using ftp executable.
Definition at line 48 of file build/lib/repro/tools/fetch.py.
| def repro::tools::fetch::generate | ( | env | ) |
Add WGET and FTP builders to the environment.
Definition at line 146 of file build/lib/repro/tools/fetch.py.
| def repro::tools::fetch::wget_gen | ( | source, | ||
| target, | ||||
| env, | ||||
| for_signature | ||||
| ) |
Generate command to retrieve data from remote site using wget executable.
Definition at line 78 of file build/lib/repro/tools/fetch.py.
1.5.6