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

[MDBF-800][Postfix] - fix minor upgrade all #596

Merged
merged 10 commits into from
Oct 18, 2024

Commits on Oct 14, 2024

  1. Make version_name from os_info actually be useful for searching the R…

    …PM repo on {archive/mirror}.mariadb.org
    
    Exception: centos >= 9 which should be sorted out! (relative path on mirrors centos/$version/$platform)
    
    Build_arch is used as $arch in bash_lib.sh, rpm_setup_mariadb_mirror{} to calculate mirror/archive URL.
    RazvanLiviuVarzaru committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4d98be5 View commit details
    Browse the repository at this point in the history
  2. Fix OpenSuse path on mirror/archive

    {opensuse155-amd64,opensuse156-amd64} on https://mirror.mariadb.org/yum/$branch
    RazvanLiviuVarzaru committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c34873e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8990ed9 View commit details
    Browse the repository at this point in the history
  4. lsof has been demoted to a weak dependecy. The Q3 2024 release lists …

    …it as REQUIRED hence minor upgrades (all) will reflect the change during verifications.
    
    > 10.5 MariaDB releases use liburing. Q3 release was linked against libaio which accounts for the differences found during testing.
    RazvanLiviuVarzaru committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b26b267 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    eaf6a45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0011420 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9db192c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Fix OpenSuse upgrade script

    - cache location is zypp
    - "all" does not exist for clearing cache, instead zypper uses --all
    -  when MariaDB.repo is first added the key should be trusted in a non-interactive manner, hence --gpg-auto-import-keys
    - first zypper packages -r goes to /dev/null because there is a lot of noise from trusting the key. Sudo is needed to make the cache.
    - second zypper packages -r runs as a normal user with no issues.
    RazvanLiviuVarzaru committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    46c23d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39390f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

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