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

Retry if RPM lock is temporarily unavailable #62204

Merged
merged 22 commits into from
Aug 22, 2022
Merged

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    cc18709 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    witekest committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    813f41a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a010d9 View commit details
    Browse the repository at this point in the history
  4. Add complete err object to data[]

    Co-authored-by: Pablo Suárez Hernández <[email protected]>
    witekest and meaksh committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    003a1c2 View commit details
    Browse the repository at this point in the history
  5. Simple handling of RPM lock file

    Differently as Zypper RPM does not write the process ID into the lock
    file. Therefore RPM file lock has to be handled seperately.
    witekest committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    c17c8c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Fix existing unit tests

    witekest committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    ef1d572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b93e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    df479e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Add unit tests for _is_rpm_lock

    Co-authored-by: Pablo Suárez Hernández <[email protected]>
    witekest and meaksh committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    de5f2f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45c8bc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    56f4661 View commit details
    Browse the repository at this point in the history
  2. Fix fcntl unit test

    witekest committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7590018 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Rerun checks

    witekest committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    2aa4753 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    10738e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    fd56ec8 View commit details
    Browse the repository at this point in the history
  2. Use legacy file lock location

    SLE12 systems use /var/lib/rpm/.rpm.lock as file lock. SLE15 is
    backwards compatible by using symbolic link.
    witekest committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b79faac View commit details
    Browse the repository at this point in the history
  3. Re-trigger CI checks

    witekest committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    3b95217 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    5ea2249 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    c0b886a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    e59c680 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Fix linter errors

    witekest committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    f618ed9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Retry running pre-commit

    witekest committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    3c94a66 View commit details
    Browse the repository at this point in the history