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

Migrate all usages of mkdir and rmdir to buildops #1668

Merged
merged 2 commits into from
Aug 25, 2023

Commits on Aug 23, 2023

  1. Migrate all usages of mkdir and rmdir to buildops

    This is a refactor as one step to reduce the size/complexity of the Buildozer class. It doesn't change functionality. except to improve logging consistency and a small performance improvement
    
    * mkdir and rmdir removed from `buildozer/__init__.py`
    * All references to buildozer's mkdir and rmdir changed over to use buildops.
    * Call to Linux's mkdir via a separate shell replaced with (faster, and platform independent) library call.
    * Re-ordered imports, where touched, to match PEP8.
    Julian-O committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5b0f57f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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