-
Notifications
You must be signed in to change notification settings - Fork 525
feat(kernel,initrd): extend plugins with new options, stabilize #6254
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
Open
dilyn-corner
wants to merge
62
commits into
canonical:feature/kernel-initrd-plugin
Choose a base branch
from
dilyn-corner:feature/kernel-initrd-plugin-update
base: feature/kernel-initrd-plugin
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.
+5,603
−348
Open
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
33f2911
feat(plugins): kernel: fix pull_commands check
dilyn-corner 77e7a98
feat(plugins): kernel: improve URL test check
dilyn-corner c691ff8
feat(plugins): kernel: use var name
dilyn-corner 9609a7c
feat(plugins): initrd|kernel: s/kernel.img/vmlinuz
dilyn-corner 81faed5
feat(plugins): kernel: default to decompressed kernel images for some…
dilyn-corner 8e33042
feat(plugins): initrd: modify URL for Ubuntu base
dilyn-corner b01a79b
feat(plugins): initrd: properly gate builds
dilyn-corner d27669b
feat(plugins): initrd|kernel: set a special property
dilyn-corner 12690ae
feat(plugins): initrd: correct umnt behavior
dilyn-corner 33ec1cf
feat(plugins): initrd: kill greedy PIDs
dilyn-corner 0b37bb7
feat(plugins): initrd: correct pid value in kill command
dilyn-corner 0794313
feat(plugins): kernel: fix check_config behavior
dilyn-corner 47a5a8c
feat(plugins): initrd: correct key/cert test cases
dilyn-corner 6b1928f
feat(plugins): initrd: use PartsError instead of ValueError
dilyn-corner cb79f8b
feat(plugins): kernel: remove unhit code path
dilyn-corner a601916
feat(plugins): kernel: make OLDPWD explicit
dilyn-corner b5ba2ae
feat(plugins): kernel: add new debian-package option
dilyn-corner 267b7f4
feat(plugins): initrd: handle trailing slashes for addons and firmware
dilyn-corner 459cee8
feat(plugins): initrd: clarify docstring for initrd-firmware option
dilyn-corner e19b26f
feat(plugins): kernel: expand support for custom configs
dilyn-corner 0b78a7a
feat(plugins): kernel: refactor run()
dilyn-corner a54b286
feat(plugins): kernel: update how arguments are passed
dilyn-corner 29449e6
feat(plugins): kernel: improve kernel_tools handling
dilyn-corner 4347ce8
feat(plugins): kernel: implement image, dkms, and tool target handling
dilyn-corner 32da375
feat(plugins): kernel|initrd: improve pydantic messaging
dilyn-corner 0615fed
feat(plugins): kernel|initrd: include some explanation
dilyn-corner bc11e26
feat(plugins): kernel|initrd: update tests
dilyn-corner a943911
feat(plugins): kernel: update plugin documentation
dilyn-corner 1c554c6
feat(plugins): kernel: unconditionally remove any debs
dilyn-corner b39b142
feat(plugins): kernel: change some ordering, fix flags
dilyn-corner d90ecae
feat(plugins): kernel: properly organize and cleanup debs
dilyn-corner 45136c1
feat(plugins): kernel: export all dpkg variables
dilyn-corner c801610
feat(plugins): kernel: reorder deb_pkg
dilyn-corner 63982dd
feat(plugins): kernel: use import instead of update
dilyn-corner 94fd59d
feat(plugins): kernel: build tools, fix dependencies
dilyn-corner 4c28988
feat(plugins): kernel: add new spread test
dilyn-corner cbbf808
feat(plugins): kernel: extend tests
dilyn-corner 64aac8d
feat(plugins): kernel: clarify some details in the docs
dilyn-corner 934fcf2
feat(plugins): initrd: align firmware and addons behavior
dilyn-corner f107474
feat(plugins): kernel|initrd: add meta descriptions to docs
dilyn-corner 3836022
feat(plugins): kernel|initrd: resolve lint failures
dilyn-corner c4e3fe6
feat(plugins): kernel: don't check for a defconfig file
dilyn-corner f409a58
feat(plugins): kernel: install the arch-specific deps for tools
dilyn-corner 6925f84
feat(plugins): kernel: drop redundant install invocation
dilyn-corner 0b970aa
feat(plugins): kernel|initrd: update spread tests
dilyn-corner 84f3eff
feat(plugins): kernel: fix quotes around kernel-kconfigs
dilyn-corner 509fdab
feat(plugins): initrd: add missing dependency in chroot
dilyn-corner 97f1f43
fixup! feat(plugins): initrd: add missing dependency in chroot
dilyn-corner 59d1bd1
feat(plugins): kernel: install dtbs with -j1
dilyn-corner f138e75
feat(plugins): kernel|initrd: changes from review
dilyn-corner 9a93bbc
feat(plugins): kernel: fix test usage
dilyn-corner a0d33bf
feat(plugins): kernel|initrd: fix spread tests
dilyn-corner a7360bb
feat(plugins): kernel|initrd: add initrd spread tests
dilyn-corner 52dd019
feat(plugins): kernel|initrd: build cross tests on core24
dilyn-corner 4145224
feat(plugins): kernel|initrd: change snap name check
dilyn-corner 6398984
fixup! feat(plugins): kernel|initrd: change snap name check
dilyn-corner 02cbf14
feat(plugins): initrd: remove cross test
dilyn-corner 504ff7a
feat(plugins): kernel: drop :file: usage
dilyn-corner 9664ef8
feat(plugins): initrd: don't run removed test
dilyn-corner 47ad3b9
Revert "fixup! feat(plugins): initrd: add missing dependency in chroot"
dilyn-corner 65ad34f
feat(plugins): initrd: drop initrd source workaround
dilyn-corner 1dbc267
feat(plugins): initrd: fix removal ordering
dilyn-corner 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
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 |
|---|---|---|
|
|
@@ -80,6 +80,8 @@ jemalloc | |
| JLink | ||
| json | ||
| KCalc | ||
| kconfig | ||
| kdefconfig | ||
| keyrings | ||
| landscape | ||
| lang | ||
|
|
||
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
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.
Uh oh!
There was an error while loading. Please reload this page.