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

Delete sandbox and runtime, and clean up directory structure #3615

Merged
merged 2 commits into from
Dec 22, 2024

Conversation

TheEvilSkeleton
Copy link
Member

Description

This cleans up a considerable chunk of the codebase by removing the dedicated sandbox. As it stands, we only support sandboxed formats, so we might as well delete the unmaintained one.

This also removes a lot of unnecessary checks in regards to packaging. Since the Flatpak includes everything we need, we might as well just not have these checks anymore.

Some of the checks early return.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@TheEvilSkeleton TheEvilSkeleton changed the title chore: Clean up frontend chore: Clean up Dec 19, 2024
bottles/frontend/views/list.py Outdated Show resolved Hide resolved
bottles/backend/managers/sandbox.py Show resolved Hide resolved
@TheEvilSkeleton TheEvilSkeleton force-pushed the cleanup branch 3 times, most recently from d67cd11 to e97f477 Compare December 21, 2024 03:04
@TheEvilSkeleton TheEvilSkeleton changed the title chore: Clean up Delete sandbox and runtime Dec 21, 2024
@TheEvilSkeleton TheEvilSkeleton changed the title Delete sandbox and runtime Delete sandbox and runtime, and clean up directory structure Dec 21, 2024
This cleans up a considerable chunk of the codebase by removing the dedicated sandbox. As it stands, we only support sandboxed formats, so we might as well delete the unmaintained one.

This also removes a lot of unnecessary checks in regards to packaging. Since the Flatpak includes everything we need, we might as well just not have these checks anymore.

Some of the checks early return.
This also moves `flatpak-pip-generator.py` to `build-aux`.
@TheEvilSkeleton TheEvilSkeleton marked this pull request as ready for review December 22, 2024 04:07
@TheEvilSkeleton TheEvilSkeleton merged commit abdf684 into bottlesdevs:main Dec 22, 2024
2 checks passed
@TheEvilSkeleton TheEvilSkeleton deleted the cleanup branch December 22, 2024 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants