diff options
author | Kali Kaneko <kali@leap.se> | 2014-06-12 16:30:04 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-06-13 11:15:23 -0500 |
commit | 0a32a844127f610027ea011182a0612d6dd61c5a (patch) | |
tree | 4aaae5e37125a2ad5390571b6e284486ce11f66e /changes/feature_update-bundle-binaries | |
parent | dea498f1e09c17b6c86519dd95ea430744ecd30d (diff) |
do reinstall binaries if their hash is not the expected
Closes: #5759
For this to work, the bundle needs to call::
``python setup.py hash_binaries`` during the bundling process, so that
the right hash gets updated in the bitmask/_binaries.py file.
Diffstat (limited to 'changes/feature_update-bundle-binaries')
-rw-r--r-- | changes/feature_update-bundle-binaries | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature_update-bundle-binaries b/changes/feature_update-bundle-binaries new file mode 100644 index 00000000..f573ee61 --- /dev/null +++ b/changes/feature_update-bundle-binaries @@ -0,0 +1 @@ +- Update the bundled binaries to their path if their sha256 is not correct. Closes:#5759 |