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

Only purge in latest script if making a change #1171

Merged
merged 1 commit into from
Feb 27, 2024

Commits on Feb 27, 2024

  1. Only purge in latest script if making a change

    The previous attempt to only purge changed dists in the latest script
    tried to only mark for purging when marking for upgrade or downgrade.
    But the if conditions to mark for upgrade/downgrade is not all of the
    logic. There are later conditions to limit which dists will be upgraded.
    
    Move the code marking dists to purge until after this later filtering.
    haarg committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    caacca8 View commit details
    Browse the repository at this point in the history