Update tarantool if there is a more fresh version.
This patch changes the caching logic. The cache-key
input is deprecated. Instead, it's generated and includes a precise deb package version which is obtained by parsing repo content manually:
http_get("https://download.tarantool.org/tarantool/release/2.6" +
"/ubuntu/dists/focal/main/binary-amd64/Packages"
)
It doesn't waste too much time and allows to reinstall tarantool from apt-get when the new version is out.
The resulting cache-key
looks like tarantool-setup-focal-2.8.0.0.gefc30ccf8-1
.