Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #512 - Isolate directories for generating hashes #556

Closed
wants to merge 3 commits into from

Commits on Sep 1, 2017

  1. Generating hashes of distributions should not interfere with each other

    Some distributions have incompatible type of files with same name
    on the root directory. For example, matplotlib-2.0.2.tar.gz has a
    directory named "LICENSE" on the root, which may conflict many
    other distributions, causing errors like:
    
      IOError: [Errno 20] Not a directory: u'/tmp/tmpz/LICENSE/LICENSE_STIX'
    
    So we need to isolate unpacking directory of each distributions.
    mete0r committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    877241d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370b17f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

  1. Configuration menu
    Copy the full SHA
    2d8dc03 View commit details
    Browse the repository at this point in the history