From 0a32a844127f610027ea011182a0612d6dd61c5a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 12 Jun 2014 16:30:04 -0500 Subject: 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. --- changes/feature_update-bundle-binaries | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_update-bundle-binaries (limited to 'changes') 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 -- cgit v1.2.3