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 top level dir #15

Merged
merged 5 commits into from May 19, 2020
Merged

Commits on May 19, 2020

  1. Use tempdir to remove cookiecut top-level directory to fix collision.

    - When the cookiecutter project template directory name matches a
    sub-directory name, battenberg will fail to install or upgrade to a
    collision in shutil.move.
    - Rather than moving the project files up a directory, use a separate
    temporary directory as a staging ground for the cookiecutter output.
    Then move the desired contents into the temporary worktree.
    kevinj-z committed May 19, 2020
    Configuration menu
    Copy the full SHA
    8da6687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    419198c View commit details
    Browse the repository at this point in the history
  3. fix linting

    kevinj-z committed May 19, 2020
    Configuration menu
    Copy the full SHA
    340332f View commit details
    Browse the repository at this point in the history
  4. Update history to 0.2.3

    kevinj-z committed May 19, 2020
    Configuration menu
    Copy the full SHA
    a0fd31d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    995c083 View commit details
    Browse the repository at this point in the history