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

Fix (delegated) targets metadata HASHES definition #62

Merged
merged 1 commit into from
Nov 15, 2019

Commits on Nov 15, 2019

  1. Fix (delegated) targets metadata HASHES definition

    Remove not fully accurate phrase in the HASHES definition in
    section “4.5. File formats: targets.json and delegated target
    roles” of the spec.
    
    Contrary to that phrase, HASHES is an unconditionally mandatory
    value under each TARGETPATH for top-level targets and all delegated
    targets:
    
     { TARGETPATH : {
           "length" : LENGTH,
           "hashes" : HASHES,
           ("custom" : { ... }) }
       , ...
     }
    lukpueh committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    735e2be View commit details
    Browse the repository at this point in the history