Skip to content

Require FDO_DISTRIBUTION_TAG and FDO_DISTRIBUTION_VERSION

Check for nonzero values of either where they're first required. I've made that mistake a few times already where I typoed the variable and it didn't fail until later with nonobvious errors.

The tag is always required anyway, so that's always checked. The version needs to be checked in two separate places.

Merge request reports