-
-
Notifications
You must be signed in to change notification settings - Fork 40
Split packages for better customization and remove test infrastructure #251
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
Conversation
Reorganize package lists to allow desktop-specific customization:
- Move desktop-specific packages (evolution, rhythmbox, shotwell,
slick-greeter, system-config-printer, vlc, gnome-keyring) from
common to individual desktop package lists (mate, xfce, gershwin)
- Add gbi to desktop-specific lists (mate, plasma) instead of common
- Add zsh to common packages
Simplify mate_oem package list for installation testing:
- Remove gbi from mate_oem to enable testing of install-station
and setup-station without the installer
- Add install-station and setup-station packages
- Remove redundant packages now inherited from common
- Note: mate_oem will be removed once testing is complete
Remove test/test_base infrastructure:
- Delete packages/test and packages/test_base
- Delete desktop_config/test.sh
- Remove -t test option from build.sh
- Remove conditional test_base logic from base() function
This restructuring makes it easier to customize package sets per
desktop environment and enables proper testing of the installation
workflow.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR restructures package lists to be per-desktop instead of relying on a shared test/common setup, simplifies the mate_oem package set for installation workflow testing, and removes all test-specific build and package infrastructure from the build pipeline. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reorganize package lists to allow desktop-specific customization:
Simplify mate_oem package list for installation testing:
Remove test/test_base infrastructure:
This restructuring makes it easier to customize package sets per
desktop environment and enables proper testing of the installation
workflow.
Summary by Sourcery
Reorganize desktop package definitions and simplify test-related configurations by consolidating common packages and removing the obsolete test build path.
Enhancements:
Build:
Tests: