abi_version.conf 661 B

123456789101112131415
  1. #
  2. # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
  3. # an incompatible way. Such changes should usually be detailed in the commit
  4. # that breaks the format and have been previously discussed on the mailing list
  5. # with general agreement from the core team.
  6. #
  7. OELAYOUT_ABI = "14"
  8. #
  9. # HASHEQUIV_HASH_VERSION is injected into the output hash calculation used by
  10. # hashequiv. Changing this means previous hashes will no longer match, allowing
  11. # a reset of the equivalence, for example when reproducibility issues break the
  12. # existing match data. Distros can also append to this value for the same effect.
  13. #
  14. HASHEQUIV_HASH_VERSION = "3"