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 non-utf8 when found in uploaded RPMs (really). #1040

Merged
merged 1 commit into from
Mar 20, 2017

Commits on Mar 17, 2017

  1. Fix non-utf8 when found in uploaded RPMs (really).

    When uploading RPM packages with non-utf8 metadata, the upload was
    aborted. A fix already applied apparently did not fix this completely.
    
    Ensures that metadata from uploaded packages can be encoded to utf-8.
    Where no such encoding is possible, replacement chars are inserted.
    
    fixes pulp#1903
    https://pulp.plan.io/issues/1903
    ulif committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    f1102a9 View commit details
    Browse the repository at this point in the history