Skip to content

cvdupdate 1.1.2

Latest
Compare
Choose a tag to compare
@micahsnyder micahsnyder released this 15 Oct 19:08
18130bb

➕ Added a Docker Compose file to make it easier to host a private mirror.
The Docker Compose environment runs two containers:

  1. CVD-Update.
  2. 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