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

Avoid unnecessary delegated role downloads #811

Merged
merged 2 commits into from
Dec 31, 2018

Commits on Dec 7, 2018

  1. DOC: loudly mark deprecations of all_targets and targets_of_role

    in comments that explain a bit about why, in updater.py.
    
    Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
    awwad committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    42689d2 View commit details
    Browse the repository at this point in the history
  2. Fix unnecessary delegated role downloads w/ targets_of_role

    If the role you're fetching the targets of is the 'targets' role,
    do not download all delegated targets roles....
    
    Continue to do that only if you're fetching the targets of a
    delegated targets role, for historical reasons until this
    deprecated function is removed / replaced.
    
    Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
    awwad committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    3b4e0e6 View commit details
    Browse the repository at this point in the history