➕ Added a Docker Compose file to make it easier to host a private mirror.
The Docker Compose environment runs two containers:
- CVD-Update.
- An Apache webserver to host the private mirror.
Improvement courtesy of Mark Petersen.
- GitHub Pull-Request: #61
🐛 Fixed the CVD-Update Python package so it installs the setuptools
dependency. This fixes a runtime error on some systems.
Fix courtesy of Craig Andrews.
- GitHub Pull-Request: #59
🐛 Added missing documentation for cvd add
command to the Readme.
Fix courtesy of Kim Oliver Drechsel.
- GitHub Pull-Request: #58
➕ Added retries in case the DNS TXT query fails.
Fix courtesy of backbord.
- GitHub Pull-Request: #50