The gitian-builder implicitly uses ubuntu as a default distro.
distro = build_desc["distro"] || "ubuntu"
This PR sets a gitian building distro explicitly in description files.
The gitian-builder implicitly uses ubuntu as a default distro.
distro = build_desc["distro"] || "ubuntu"
This PR sets a gitian building distro explicitly in description files.
utACK b8705a0
utACK b8705a091565d4373e0e8ad4aa764cfd906708db
Explicit is better than implicit.
I think it's a bit of a pointless change as we'll very likely switch to some other way of building before gitian switches the default distro, but okay, utACK anyway