summaryrefslogtreecommitdiffstats
path: root/make/df-verify.py
Commit message (Collapse)AuthorAgeFilesLines
* contrib: Use SHA256 instead of MD5 for contrib archive checksums.Justin Scholz2016-12-151-7/+7
| | | | Closes #356.
* build: Add basic termination signal handling to df-*.py.Bradley Sepos2016-05-251-0/+10
|
* Build: more fetch tweaksKonaBlend2016-05-251-4/+3
| | | | | | - 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 configure --df-exhaust-urlKonaBlend2016-05-251-1/+1
| | | | | 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/+91
- 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