Add 116 maintenance gate and Futu OpenD service#9
Merged
Conversation
884b39c to
c37c6fc
Compare
9b046a7 to
889ed59
Compare
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
upstream-only update PRsysunuser service on host116Notes
Futu OpenD is treated as a downstream-owned manual component, not an automated maintenance leaf. Future Futu version bumps should update the package hash and the matching policy markers explicitly.
The maintenance gate still stubs
yazelix-nextbecause GitHub Actions cannot rely on Lucca's private repository SSH access. The gate compares the PR againstmainand blocks only newly introduced unapproved local derivations.Validation
jq empty renovate.json scripts/maint/policy.json flake.lockbash -n scripts/maint/ci-cache-gate.shnix flake metadata --json --no-write-lock-file >/dev/nullnix shell nixpkgs#actionlint -c actionlint .github/workflows/maintenance-gate.ymlbash scripts/maint/ci-cache-gate.shenv NIXPKGS_ALLOW_UNFREE=1 nix build --dry-run .#nixosConfigurations.116.config.system.build.toplevel --no-linkenv NIXPKGS_ALLOW_UNFREE=1 nix build --no-link --impure --expr 'let flake = builtins.getFlake (toString ./.); in flake.nixosConfigurations."116".pkgs.callPackage ./pkgs/futu-opend.nix { }'