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

AO3-5631 Make /tmp download directory unique per generation #3532

Merged
merged 2 commits into from Mar 3, 2019

Commits on Feb 28, 2019

  1. AO3-5631 Make /tmp download directory unique per generation

    Add the file type and current timestamp to the directory name.
    This means each generation has to stay with the same Download
    instance for proper cleanup, and the Download class methods
    become obsolete.
    
    Having timestamped directory names means we need to freeze time
    so the tests can find the generated files.
    redsummernight committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    920756f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

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