summaryrefslogtreecommitdiffstats
path: root/make/df-fetch.py
Commit message (Collapse)AuthorAgeFilesLines
* contrib: Use SHA256 instead of MD5 for contrib archive checksums.Justin Scholz2016-12-151-10/+10
| | | | Closes #356.
* build: Add basic termination signal handling to df-*.py.Bradley Sepos2016-05-251-0/+10
|
* build: Add download jobs option and progress display.Bradley Sepos2016-05-251-3/+28
|
* Build: more fetch tweaksKonaBlend2016-05-251-9/+7
| | | | | | - df-fetch --disable: exit with error to stop make. - df-fetch raise error when no URLs specified, or available due to ACLs. - df-verify report errors consistent with df-fetch.
* Build: add target contrib.fetch.testKonaBlend2016-05-251-1/+0
| | | | - remove configure --df-exhaust-url
* Build: add configure --df-exhaust-urlKonaBlend2016-05-251-5/+8
| | | | | Specifying this option will cause fetching to run through all active URLs. Decent way to test all URLs.
* Build: split fetch into df-fetch and df-verifyKonaBlend2016-05-251-0/+203
- moved common python code to lib/hb_distfile.py - beautified tmpfile creation - added stack-style resource management to df-fetch - fixed contrib assumptions about single URL