Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: Skip progress bars for non-tty outputs | Martin Braun | 2018-03-01 | 1 | -1/+5 |
| | |||||
* | utils: Reenable UHD_IMAGES_DIR env var for uhd_images_downloader | Martin Braun | 2018-03-01 | 1 | -3/+11 |
| | | | | | | This was forgotten in the transition to the new downloader. The command line options --install-location will still override the env variable if it exists. | ||||
* | utils: Increase verbosity on uhd_images_downloader | Martin Braun | 2018-03-01 | 1 | -6/+4 |
| | |||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+1 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | utils: images downloader: adding SHA256 support | Brent Stapleton | 2018-02-15 | 1 | -6/+15 |
| | | | | | Adding SHA256 checking for downloaded image archives. The expected SHA is read from the manifest, and checked after the download completes. | ||||
* | utils: images downloader: adding --keep support | Brent Stapleton | 2018-02-15 | 1 | -4/+6 |
| | | | | | When users supply the --keep argument, image archives are saved in the images directory alongside the image files. | ||||
* | utils: images downloader: default download print | Brent Stapleton | 2018-02-07 | 1 | -3/+5 |
| | | | | | | | | Adding a message at the INFO log level (the default) to tell users that downloads have begun. Also added the filename being downloaded to the progress bars. Reviewed-by: Martin Braun <martin.braun@ettus.com> | ||||
* | utils: images downloader: adding dry run option | Brent Stapleton | 2018-02-03 | 1 | -17/+23 |
| | | | | | | Command line argument --dry-run is now available. This runs through the downloader without actually downloading any files or editing the inventory file. | ||||
* | utils: refactor uhd_images_downloader | Brent Stapleton | 2018-01-23 | 1 | -333/+324 |
| | | | | | | | | | | | | | | | | | Changing structure of the files.ettus.com images directory, and updating uhd_images_downloader correspondingly. The images downloader now downloads a number of smaller archives of images, instead of one large archive containing all of our images. Furthermore, the images downloader maintains an inventory of currently installed images, so that images are not redownloaded unnecessarily. When called with no arguments, behavior should not change. CMake variables are used to populate a number of fields in the images downloader, including the contents of the manifest file. Reviewed-by: Martin Braun <martin.braun@ettus.com> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com> | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | utils: Added warnings and checks to images downloader | Derek Kozel | 2017-07-17 | 1 | -0/+14 |
| | |||||
* | utils: use vt100 terminal codes in uhd_images_downloader | Andrej Rode | 2017-01-03 | 1 | -1/+5 |
| | |||||
* | utils: Added pre-API change python request compatibility | Marcus Müller | 2015-10-19 | 1 | -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-compatible | Martin Braun | 2015-07-15 | 1 | -84/+77 |
| | |||||
* | imgs_downloader: Copy pkg to temp dir even if it is local | Ashish Chaudhari | 2015-03-18 | 1 | -3/+4 |
| | |||||
* | utils: Minor fixes in images downloader and packaging scripts | Ashish Chaudhari | 2014-10-27 | 1 | -0/+3 |
| | |||||
* | Adding explicit positional arguments to .format strings for compatibility ↵ | Patrick Sisterhen | 2014-10-16 | 1 | -6/+6 |
| | | | | with older Pythons | ||||
* | utils: Small fix to uhd_images_downloader, less warnings | Martin Braun | 2014-10-13 | 1 | -2/+1 |
| | |||||
* | uhd: uhd_images_downloader now respects $UHD_IMAGES_BASE_URL | Martin Braun | 2014-10-06 | 1 | -115/+126 |
| | |||||
* | uhd: re-wrote uhd_images_downloader (OO, new options, hopefully much more ↵ | Balint Seeber | 2013-11-22 | 1 | -119/+316 |
| | | | | robust and user-friendly) | ||||
* | uhd_images_downloader: more descriptive error when MD5 check fails | Nicholas Corgan | 2013-11-19 | 1 | -0/+2 |
| | |||||
* | uhd_images_downloader: redundancy fixes, better error handling | Nicholas Corgan | 2013-11-13 | 1 | -12/+14 |
| | |||||
* | uhd_images_downloader: more improvements/fixes | Nicholas Corgan | 2013-11-08 | 1 | -14/+24 |
| | | | | | * Better error handling * Improved default download location logic | ||||
* | uhd_images_downloader fixes/improvements | Nicholas Corgan | 2013-11-04 | 1 | -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_installer | Nicholas Corgan | 2013-05-03 | 1 | -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 Corgan | 2012-11-16 | 1 | -1/+3 |
| | | | | CMAKE_INSTALL_PREFIX | ||||
* | utils: fixed Windows images downloader bug | Nicholas Corgan | 2012-11-10 | 1 | -53/+58 |
| | |||||
* | utils: fixed images downloader Mac incompatibility issue | Nicholas Corgan | 2012-11-08 | 1 | -5/+13 |
| | |||||
* | utils: minor uhd_images_downloader cleanup | Nicholas Corgan | 2012-08-14 | 1 | -2/+1 |
| | |||||
* | utils: added .in extension to images downloader source | Josh Blum | 2012-07-01 | 1 | -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. |