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

Removed os related ports and move os/ports to into sysutils #80

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

ericbsd
Copy link
Member

@ericbsd ericbsd commented Aug 16, 2024

Resolve ghostbsd/issues#167

Summary by Sourcery

Reorganize the project structure by moving ports from the 'os' category to 'sysutils', and remove the 'os' category along with its related files and scripts.

Enhancements:

  • Reorganize the ports by moving them from the 'os' category to the 'sysutils' category.

Chores:

  • Remove the 'os' category and its associated files, including various Makefiles and scripts related to building and managing the OS components.

@ericbsd ericbsd self-assigned this Aug 16, 2024
Copy link

sourcery-ai bot commented Aug 16, 2024

Reviewer's Guide by Sourcery

This pull request removes OS-related ports and moves the 'ports' port to the 'sysutils' category. It involves changes to several Makefiles, removal of multiple OS-related files, and updates to category listings.

File-Level Changes

Files Changes
sysutils/ports/Makefile Moved 'ports' port from 'os' category to 'sysutils' category
sysutils/ports/Makefile Removed dependency on 'os/userland-devtools' and 'os:flavors' from 'ports' port
Mk/bsd.port.mk Removed 'os' from the list of valid categories
Makefile Removed 'os' subdirectory from the main ports tree
os/buildworld/Makefile
os/buildkernel-debug/Makefile
os/buildkernel/Makefile
os/userland-base/Makefile
os/userland-devtools/Makefile
os/userland-lib/Makefile
os/userland-base-bootstrap/Makefile
os/userland-conf/Makefile
os/userland-lib32-development/Makefile
os/userland-lib32/Makefile
os/userland-tests/Makefile
os/userland-bin/Makefile
os/userland-docs/Makefile
os/userland-boot/Makefile
os/userland-debug/Makefile
os/userland-rescue/Makefile
os/userland-sbin/Makefile
os/kernel/Makefile
os/userland/Makefile
os/kernel-symbols/Makefile
os/src/Makefile
os/kernel-debug-symbols/Makefile
os/kernel-debug/Makefile
os/Makefile
os/userland-base/files/mk-pkg-repo.sh
os/userland-base/files/scrubplist.sh
Deleted multiple OS-related Makefiles and associated files

Tips
  • Trigger a new Sourcery review by commenting @sourcery-ai review on the pull request.
  • Continue your discussion with Sourcery by replying directly to review comments.
  • You can change your review settings at any time by accessing your dashboard:
    • Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
    • Change the review language;
  • You can always contact us if you have any questions or feedback.

@ericbsd ericbsd changed the title removed os related ports and move ports to into sysutils Removed os related ports and move os/ports to into sysutils Aug 16, 2024
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @ericbsd - I've reviewed your changes - here's some feedback:

Overall Comments:

  • This is a significant restructuring of the ports system. Please provide a more detailed explanation of the motivation behind these changes and their potential impacts on existing systems.
  • The removal of the RUN_DEPENDS on userland-devtools needs clarification. How is this dependency being handled now?
  • For such a major change, please outline the testing process and any migration plans for existing systems that may be affected by this restructuring.
Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

@ericbsd ericbsd added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Aug 16, 2024
@ericbsd ericbsd merged commit 835b8c6 into main Aug 16, 2024
@ericbsd ericbsd deleted the issue#167 branch August 16, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

devtools install causes PAM error
1 participant