Skip to content
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

gen-manifests: derrive seedArg from filename and env #4124

Closed
wants to merge 1 commit into from

Commits on May 2, 2024

  1. gen-manifests: derrive seedArg from filename and env

    To ensure that manifests get random(ish) and stable UUIDs we set
    the seed arg based on the filename and the environment
    (`OSBUILD_GEN_MANIFEST_RNG_SEED`).
    
    This should fix the issue discovered in
    osbuild/manifest-db#124
    
    that duplicated UUIDs for xfs/btrfs can trigger random(ish) and
    hard to diagnose errors.
    mvo5 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    18294f3 View commit details
    Browse the repository at this point in the history