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

Backports of several patches from master to 0.x-maint #1321

Draft
wants to merge 8 commits into
base: 0.x-maint
Choose a base branch
from

Commits on May 4, 2023

  1. OBS has a fault where is sends invalid md5s

    This causes downloads to come from the api, generally on noarch packages.
    However, in countries like australia, due to OBS' high latency, and poor
    bandwidth, these faults can cause downloads to take more than an hour, compared
    to using a local mirror which can take minutes. There is actually nothing
    wrong with the packages it all, OBS just sends the wrong md5.
    
    As a result, ignore the problem and complain about it, because OBS is broken
    here, not osc, and this wastes a lot of time.
    Firstyear authored and dmach committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3c965b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46f4546 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    34f7bdb View commit details
    Browse the repository at this point in the history
  2. Properly handle missing ssh-keygen and ssh-add

    A very conservative backport of:
    
    commit 2496b3e
    Author: Daniel Mach <daniel.mach@suse.com>
    Date:   Wed Sep 7 10:09:20 2022 +0200
    
        Properly handle missing ssh-keygen and ssh-add
    dmach committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7fa326b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Add req_states parameter to osc.core.get_review_list

    Keep the original behaviour by default, but allow other callers to also
    request reviews on e.g. declined SRs.
    Vogtinator authored and dmach committed May 23, 2023
    Configuration menu
    Copy the full SHA
    26ac62f View commit details
    Browse the repository at this point in the history
  2. Change 'review list' command to display open requests (state: new, re…

    …view, declined)
    
    The original behavior was that only requests in the 'review' state
    were displayed.
    dmach committed May 23, 2023
    Configuration menu
    Copy the full SHA
    409dbdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    675f3d5 View commit details
    Browse the repository at this point in the history
  4. GHA: Disable repo 'repo-openh264' during tests

    We don't use it
    dmach committed May 23, 2023
    Configuration menu
    Copy the full SHA
    538c72b View commit details
    Browse the repository at this point in the history