Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
[mariadb]
|
name=MariaDB
|
baseurl=https://rpm.mariadb.org/11.4/opensuse15-amd64
|
# //TEMP following is probably not needed for all OS
|
module_hotfixes = 1
|
gpgkey=https://rpm.mariadb.org/RPM-GPG-KEY-MariaDB
|
gpgcheck=1
|
+ set +u
|
+ case $test_mode in
|
+ pkg_list='MariaDB-server MariaDB-client'
|
+ bb_log_info 'Package_list: MariaDB-server MariaDB-client'
|
+ set +x
|
+ sudo zypper clean all
|
INFO: Package_list: MariaDB-server MariaDB-client
|
Repository 'all' not found by its alias, number, or URI.
|
Use 'zypper repos' to get the list of defined repositories.
|
All repositories have been cleaned up.
|
+ xargs sudo zypper -y install
|
+ echo 'MariaDB-server MariaDB-client'
|
The flag y is not known.
|
-y comes after install.
prior to install, install gpg keys with
rpm --import https://rpm.mariadb.org/RPM-GPG-KEY-MariaDB
enable rest of scripts/rpm-upgrade.sh