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

distros: replace invalid characters in mirror URLs with hyphens #291

Merged
merged 7 commits into from
Mar 31, 2020

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    50410a9 View commit details
    Browse the repository at this point in the history
  2. distros: replace invalid characters in mirror URLs with hyphens

    This modifies _get_package_mirror_info to convert generated mirror URLs
    to their IDNA form, and then iterate through them replacing any invalid
    URI characters (i.e. anything other than letters, digits or a hyphen)
    with a hyphen.
    OddBloke committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    c721ef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b369390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2633b16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ca931b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    8a7af75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae77165 View commit details
    Browse the repository at this point in the history