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

Verify packages index with best checksum algorithm #2290

Merged

Commits on Jun 12, 2020

  1. Verify packages index with best checksum algorithm

    Iterating over checksum algorithms, the best that is available is used
    to do the verification. It is not needed to repeat the checksum
    verification with weaker algorithms afterwards.
    
    Fixes uyuni-project#2283
    agraul committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    112fde8 View commit details
    Browse the repository at this point in the history
  2. Remove test_get_pkg_index_raw_exception

    Raising this exception was removed in 536787d and the test now fails
    100% of the time.
    agraul committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    d8d04f0 View commit details
    Browse the repository at this point in the history