Tom Offermann
Tom Offermann
I first noticed this error after the release of pip v. 1.4. Here's the relevant issue on the pip issue tracker: - https://github.com/pypa/pip/issues/1074 Here's the debug info: ``` debug: Exec[pip-install-requirements](provider=posix):...
Rare, intermittent "BadRequest" errors leads to corrupted backup on S3. Here's an example error message from running `msm-backup-working-files-to-s3.py` when it calls `boto_rsync`: ``` boto.exception.S3ResponseError: S3ResponseError: 400 Bad Request BadDigest The...
This PR #118 comments out the step that installs the build dependencies. Without them, the java build fails. Why would you comment this step out? Please revert this change!