blob: e84cad1019a44bc5337cfad733c78ca10de7415c [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#
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#
Andrew Geisslerf0343792020-11-18 10:42:21 -06007OELAYOUT_ABI = "14"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
9#
10# HASHEQUIV_HASH_VERSION is injected into the output hash calculation used by
11# hashequiv. Changing this means previous hashes will no longer match, allowing
12# a reset of the equivalence, for example when reproducibility issues break the
13# existing match data. Distros can also append to this value for the same effect.
14#
Patrick Williams93c203f2021-10-06 16:15:23 -050015HASHEQUIV_HASH_VERSION = "8"