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: derive seedArg from filename and env #664

Closed
wants to merge 1 commit into from

Commits on May 14, 2024

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

    To ensure that manifests get random(ish) and stable UUIDs we set
    the rng seed arg based on the filename.
    
    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.
    
    This is the same as
    osbuild/osbuild-composer#4124
    hopefully for the right place this time.
    mvo5 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    45aa990 View commit details
    Browse the repository at this point in the history