fix(build): prepare alpha release validation and sysext cleanup - #59
Merged
Merged
Conversation
- Add elements/bluefin-server/uutils-coreutils.bst for memory-safe Rust coreutils - Add cargo2 plugin to project.conf - Add uutils-coreutils dependency to os-stack.bst - Set integrate: False on os-rootfs.bst and linux-firmware-split.bst to prevent /bin/sh invocation - Add .github/copilot-instructions.md pointer and update AGENTS.md - Add unit tests asserting compose integrate: False and uutils in os-stack Assisted-by: Gemini 3.8 Flash via GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Fix uutils-coreutils.bst: kind manual, add base/base-stack.bst build-dep - Add crates source alias in include/aliases.yml - Clean up deprecated k3s symlink in Justfile - Adopt sysupdate transfer test coverage from PR 52 - Create domain glossary in CONTEXT.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…nifest Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary
Prepares the repository for alpha release validation:
elements/bluefin-server/uutils-coreutils.bst: usekind: manualand addbase/base-stack.bstbuild-dependency to satisfy element graph invariants.crates: https://static.crates.io/source alias toinclude/aliases.ymlfor cargo2 crate resolution.Justfile.tests/unit/test_sysupdate_transfers.py).CONTEXT.mddomain glossary.Verification
just validatepasses cleanly.just test-unit(pytest + bats) passes (102 passed, 1 expected xfail, 41 bats ok).