aboutsummaryrefslogtreecommitdiffstats
path: root/images/create_imgs_package.py
Commit message (Collapse)AuthorAgeFilesLines
* images: Clear out code from days of yoreMartin Braun2021-12-171-6/+6
| | | | | | | | | 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.
* images: Update image packager script for Python 3Aaron Rossetto2021-10-201-4/+3
| | | | | | This commit makes minor changes to create_imgs_package.py to make it Python 3-compatible, harmonizing it with the rest of the Python scripts in UHD which have already been updated for Python 3.
* images: Update scripts for new release modelMartin Braun2018-05-171-65/+45
| | | | | | | | - 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
* images: Package builder script now can specify versioningMartin Braun2016-03-221-3/+5
|
* images: Updated image creation scripts to include .tar.gz and .tar.xzMartin Braun2015-01-091-2/+6
|
* images: Updated utils (no more tgz, Python 2.6 compat)Martin Braun2014-10-281-2/+2
|
* utils: Minor fixes in images downloader and packaging scriptsAshish Chaudhari2014-10-271-1/+1
|
* uhd: Added infrastructure for maintaining images directoryMartin Braun2014-10-061-0/+98