mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
qemu_update vendor test was downloading a wrong LTS image when it was testing the old LTS image. This is because it was using a current symlink, which for LTS channel will always point to the new LTS. Old LTS is available under current-${YEAR} symlink. We can get the information about year from the lts-info file.