[Bug 1197874] New: No repositories are defined
http://bugzilla.opensuse.org/show_bug.cgi?id=1197874 Bug ID: 1197874 Summary: No repositories are defined Classification: openSUSE Product: openSUSE Leap Micro Version: 5.2 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Base Assignee: screening-team-bugs@suse.de Reporter: mloviska@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- In the current test flow, we can see that packages cannot be installed. * cockpit https://openqa.opensuse.org/tests/2274602#step/cockpit_service/8 ``` Calling zypper install 2022-03-31 12:23:14 tukit 4.0.0~rc2 started 2022-03-31 12:23:14 Options: callext 2 zypper -R {} install cockpit 2022-03-31 12:23:14 Executing `zypper -R /.snapshots/2/snapshot install cockpit`: Loading repository data... Reading installed packages... 'cockpit' not found in package names. Trying capabilities. No provider of 'cockpit' found. Resolving package dependencies... Nothing to do. ``` ``` localhost:~ # cat /etc/os-release NAME="openSUSE Leap Micro" VERSION="5.2" ID="opensuse-leap-micro" ID_LIKE="suse opensuse opensuse-leap suse-microos" VERSION_ID="5.2" PRETTY_NAME="openSUSE Leap Micro 5.2" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:leap-micro:5.2" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" DOCUMENTATION_URL="https://en.opensuse.org/Portal:LeapMicro" LOGO="distributor-logo-LeapMicro" localhost:~ # zypper lr --url Warning: No repositories defined. Use the 'zypper addrepo' command to add one or more repositories. ``` -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1197874 Jose Lausuch <jalausuch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jalausuch@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1197874 http://bugzilla.opensuse.org/show_bug.cgi?id=1197874#c1 --- Comment #1 from Martin Loviska <mloviska@suse.com> --- The image is trying to access IBS's repo with Maintenance updates, according to https://openqa.opensuse.org/tests/2275039#step/transactional_update/43 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1197874 http://bugzilla.opensuse.org/show_bug.cgi?id=1197874#c2 --- Comment #2 from Jose Lausuch <jalausuch@suse.com> --- There is a reason for this. transactional test calls `get_utt_packages()` https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests... And this function returns a file depending on if it's openSUSE or SLE: https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/lib/t... But:
sub is_opensuse { return 1 if check_var('DISTRI', 'opensuse'); return 1 if check_var('DISTRI', 'microos'); return 0; }
This should fix that: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14627 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1197874 http://bugzilla.opensuse.org/show_bug.cgi?id=1197874#c3 Lubos Kocman <lubos.kocman@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |lubos.kocman@suse.com Resolution|--- |DUPLICATE --- Comment #3 from Lubos Kocman <lubos.kocman@suse.com> --- Dupe of boo#1197969 we'll provide them now in the release-package *** This bug has been marked as a duplicate of bug 1197969 *** -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com