diff options
author | Luis Rascao <[email protected]> | 2017-01-04 19:22:32 +0000 |
---|---|---|
committer | Luis Rascao <[email protected]> | 2017-01-29 22:19:33 +0000 |
commit | a69bd621770a8fa8d5a7cf65a11c97732bfed829 (patch) | |
tree | c3a0d4052ab87082b3ee27d3276d12480a113765 /priv | |
parent | 40f97435ac373242e084b6c042e103b8169799df (diff) | |
download | relx-a69bd621770a8fa8d5a7cf65a11c97732bfed829.tar.gz relx-a69bd621770a8fa8d5a7cf65a11c97732bfed829.tar.bz2 relx-a69bd621770a8fa8d5a7cf65a11c97732bfed829.zip |
Don't rewrite app files if contents are the same
When comparing .app files to check if a rewrite is
necessary do so by comparing erlang terms instead
of bytes, the original .app might contain comments
for example and cause unnecessary rewrites.
This proves a problem when dealing with erts .app
files that might be read-only at the origin and
thus cause a failed release on relx that is
uncalled for since there might have been no changes
at all.
Diffstat (limited to 'priv')
0 files changed, 0 insertions, 0 deletions