aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/uhd_images_downloader.py.in
Commit message (Collapse)AuthorAgeFilesLines
* utils: Added pre-API change python request compatibilityMarcus Müller2015-10-191-1/+5
| | | | | | Affects the uhd_images_downloader utility. Older versions of requests didn't know the "stream" kwarg. Added a compatibility fallback.
* utils: Made uhd_images_downloader Python3-compatibleMartin Braun2015-07-151-84/+77
|
* imgs_downloader: Copy pkg to temp dir even if it is localAshish Chaudhari2015-03-181-3/+4
|
* utils: Minor fixes in images downloader and packaging scriptsAshish Chaudhari2014-10-271-0/+3
|
* Adding explicit positional arguments to .format strings for compatibility ↵Patrick Sisterhen2014-10-161-6/+6
| | | | with older Pythons
* utils: Small fix to uhd_images_downloader, less warningsMartin Braun2014-10-131-2/+1
|
* uhd: uhd_images_downloader now respects $UHD_IMAGES_BASE_URLMartin Braun2014-10-061-115/+126
|
* uhd: re-wrote uhd_images_downloader (OO, new options, hopefully much more ↵Balint Seeber2013-11-221-119/+316
| | | | robust and user-friendly)
* uhd_images_downloader: more descriptive error when MD5 check failsNicholas Corgan2013-11-191-0/+2
|
* uhd_images_downloader: redundancy fixes, better error handlingNicholas Corgan2013-11-131-12/+14
|
* uhd_images_downloader: more improvements/fixesNicholas Corgan2013-11-081-14/+24
| | | | | * Better error handling * Improved default download location logic
* uhd_images_downloader fixes/improvementsNicholas Corgan2013-11-041-4/+17
| | | | | * Permissions checking leads to clearer errors when user doesn't have write permissions * Relative paths work
* Made uhd_images_downloader more robust to match Debian's uhd_firmware_installerNicholas Corgan2013-05-031-23/+46
| | | | | * Uses custom User Agent * Compares md5sum of downloaded zip file to stored value
* utils: images downloader defaults to UHD_IMAGES_DIR instead of ↵Nicholas Corgan2012-11-161-1/+3
| | | | CMAKE_INSTALL_PREFIX
* utils: fixed Windows images downloader bugNicholas Corgan2012-11-101-53/+58
|
* utils: fixed images downloader Mac incompatibility issueNicholas Corgan2012-11-081-5/+13
|
* utils: minor uhd_images_downloader cleanupNicholas Corgan2012-08-141-2/+1
|
* utils: added .in extension to images downloader sourceJosh Blum2012-07-011-0/+95
There seems to be confusion that this file can be used w/o building. The images downloader has been renamed to prevent execution b4 configure.