feat: add flatpak validation - #1133
Closed
inffy wants to merge 9 commits into
Closed
Conversation
inffy
requested review from
NiHaiden,
RealDishwash,
ledif and
renner0e
as code owners
October 22, 2025 05:37
inffy
marked this pull request as draft
October 22, 2025 05:37
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds automated validation for Brewfiles and Flatpak lists through new GitHub Actions workflows. The changes ensure that Homebrew package definitions and Flatpak application lists are validated before being merged, improving the reliability of the Aurora build system.
Key Changes:
- Added two new validation workflows for Brewfiles and Flatpak lists
- Modified build workflows to trigger on Brewfile/Flatpak changes (removed from paths-ignore)
- Integrated Brewfiles into the container build process
Reviewed Changes
Copilot reviewed 8 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/validate-brewfiles.yml |
New workflow that validates Brewfile syntax and package availability using Homebrew |
.github/workflows/validate-flatpaks.yml |
New workflow that validates Flatpak application IDs against Flathub |
.github/workflows/build-image-stable.yml |
Removed Brewfiles and Flatpaks from paths-ignore to trigger builds on changes |
.github/workflows/build-image-latest-main.yml |
Removed Brewfiles and Flatpaks from paths-ignore to trigger builds on changes |
.github/workflows/build-image-beta.yml |
Removed Brewfiles from paths-ignore to trigger builds on changes |
Containerfile |
Added /brew directory to container build context |
build_files/shared/build-base.sh |
Copy Brewfiles to /usr/share/ublue-os/homebrew/ during image build |
brew/aurora-ai.Brewfile |
Removed redundant "homebrew/cask" tap declaration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.