aboutsummaryrefslogtreecommitdiffstats
path: root/images/populate_images.py
Commit message (Collapse)AuthorAgeFilesLines
* images: Make get_images_dir return absolute pathLane Kolbly2022-01-251-1/+1
| | | | | | | __file__ isn't always an absolute path. It is sometimes when you import it via a module, but if you directly call it (e.g. via `python3 some_file.py`) then it seems like its a relative path. This avoids any uncertainty by forcing it to be an absolute path.
* images: Clear out code from days of yoreMartin Braun2021-12-171-5/+11
| | | | | | | | | The images/ subdir is used to create images packages for release tags. However, it contained a lot of code from many releases ago, prior to the usage of the cache/ directory. This simply removes all the old code that is no longer required for creating release packages.
* utils: populate_images: download with python3bidavis2020-03-021-1/+1
|
* images: Update scripts for new release modelMartin Braun2018-05-171-22/+16
| | | | | | | | - populate_images.py: Made Py3k safe - uhdimgs.py: Make Py3k-safe - create_imgs_package.py: Rewrote to build release images packages - make_zip.sh: Skip CMake, just zip up the files - Updated README to reflect all the changes
* utils: populate_images: update arguments for uhd_images_downloaderAndrew Lynch2018-01-301-15/+1
| | | | Reviewed-by: Martin Braun <martin.braun@ettus.com>
* Adding explicit positional arguments to .format strings for compatibility ↵Patrick Sisterhen2014-10-161-1/+1
| | | | with older Pythons
* uhd: Added infrastructure for maintaining images directoryMartin Braun2014-10-061-0/+61