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

Allow custom user agent string via zypp.conf download.user_agent (zypper#382) #299

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    bdd239b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8086bba View commit details
    Browse the repository at this point in the history
  3. Cleanup TransferSettings usage

    TransferSettings schould be initialized with config defaults,
    so there is no need to explicitely set them twice after construction.
    mlandres committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    42d5ec1 View commit details
    Browse the repository at this point in the history
  4. zypp.conf: Allow to define a custom user-agent string (fixes openSUSE…

    …/zypper#382)
    
    New zypp.conf option download.user_agent allowas to define a custom
    user agent string passed down to libcurl when downloading files. If
    not defined or empty we use the builtin default telling the zypp
    version, distribution and architecture.
    mlandres committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    3e3be1a View commit details
    Browse the repository at this point in the history