-
Notifications
You must be signed in to change notification settings - Fork 8
feat: move flatpak lists to brewflles #97
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
base: main
Are you sure you want to change the base?
Conversation
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.
Code Review
This pull request refactors the flatpak installation process to use Homebrew's brew bundle with Brewfiles, which is a positive change. However, the implementation introduces some significant issues in the justfile recipes. The toggle-devmode recipe contains flawed logic for detecting and disabling developer mode, which could fail for certain image names. More critically, the install-system-flatpaks recipe is broken and will not install development flatpaks when switching to developer mode. I have provided two review comments with high and critical severity to address these bugs, including code suggestions to resolve them.
|
Tested locally and the brewfiles are in the correct place and the install-system-flatpak commands seem to work. Would prefer another eyes and testing round for this though. |
|
What about ISOs? |
ISOs are still at ublue-os/aurora and this should make them ublue-os/aurora#1604 But we don't have testing ISO repo at the moment and we can't build new ISOs because of the bootc bug afaik |
efb4c62 to
7ecd187
Compare
not needed anymore
fix the brewfiles fix typo small typo in comments
7ecd187 to
6f96017
Compare
|
Removed the toggle-devmode parts as need to check tulips new stuff. |
Closes #84
From projectbluefin/common@ac474a8
Also needed for ISOs ublue-os/aurora#1604