-
Notifications
You must be signed in to change notification settings - Fork 43
Multi suite, multi distro #314
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
Draft
lool
wants to merge
29
commits into
qualcomm-linux:main
Choose a base branch
from
lool:forky-noble
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
bb9f21b
feat(rootfs): Add suite and distro variables
lool 85f2f14
feat(rootfs): Generate APT sources dynamically
lool 8861ee2
feat(rootfs): Generate Debian backports APT config
lool 6973646
feat(rootfs): Generate qsc-deb-releases APT config
lool e7e9805
feat(rootfs): Add hostname and username parameters
lool b7298ae
feat(rootfs): Per distro mirrors and components
lool 2e8a9f7
feat(Makefile): Pass suite and distro to debos
lool 20512e3
ci(debos): Add suite and distro inputs, matrix build on PR
lool e8c0fa0
fix(rootfs): Handle missing qsc-deb-releases suites
lool e2bb3d5
feat(rootfs): Update package lists by distro-suite
lool 624d471
Fixup: fix(rootfs): Include wget in bootstrap
lool ee7ebf2
ci: add Ubuntu noble and resolute to PR matrix
lool 2e28520
WIP: Add matrix build to build-on-push too
lool f55ca6c
WIP: Always use debos from trixie
lool 52302b3
ci: Per distro/suite kernel and firmware
lool 2be0afc
ci(debos): Install ubuntu-keyring
lool 98165ad
fixup: Catch-up build-on-push
lool 88da2ad
fix(debos/rootfs): Skip adbd on Ubuntu noble
lool b049dcf
fix(debos/rootfs): Skip fastrpc-support on Ubuntu
lool 9674246
fix(debos/rootfs): Only use fastrpc group when present
lool 7c31a7a
fix(debos/rootfs): Use network-manager-gnome on noble
lool 296a4d8
fix(debos/rootfs): fix locale-gen invocation
lool 6ab27e1
fix(debos/rootfs): Support Ubuntu DTB path
lool 2e9b215
fixup: debos/image: also fix DTB path
lool 862bd4d
fix(debos/image): Skip u-boot-efi-dtb on noble
lool beacc9e
feature!: Change default user and hostname to qcom
lool 263d6f2
refactor(ci/debos): Avoid extra staging copy
lool 30044dc
feat(ci/debos)!: Prefix artifacts with distro-suite
lool 6d0cf5e
fixup: refactor(ci/debos): Avoid extra staging copy of SBOMs
lool File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,3 +28,5 @@ jobs: | |
| secrets: inherit | ||
| with: | ||
| url: ${{ needs.build-daily.outputs.artifacts_url }} | ||
| distro: debian | ||
| suite: trixie | ||
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
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
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
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
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
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
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
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
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
20 changes: 0 additions & 20 deletions
20
debos-recipes/overlays/apt-sources/etc/apt/sources.list.d/debian.sources
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
debos-recipes/overlays/backports/etc/apt/preferences.d/debian-backports.pref
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
debos-recipes/overlays/backports/etc/apt/sources.list.d/debian-backports.sources
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Note that change is already pending in #277