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