Bugzilla – Bug 1214001
Checking repository conformance
Last modified: 2023-09-13 07:29:02 UTC
In https://en.opensuse.org/SDB:System_upgrade_to_Leap_15.5 scrtion "5. Update the repos" the command recommended is: grep baseurl /etc/zypp/repos.d/*.repo However the output is lengthy and hard for humans to read, like this: /etc/zypp/repos.d/ftp.gwdg.de-openSUSE_Leap_$releasever.repo:baseurl=http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$releasever/ /etc/zypp/repos.d/repo-backports-debug-update.repo:baseurl=http://download.opensuse.org/update/leap/$releasever/backports_debug/ ... Wouldn't it be easier for humans to use this command instead?: grep baseurl /etc/zypp/repos.d/*.repo | grep -v releasever For my system the only line output was: /etc/zypp/repos.d/Repository_1.repo:baseurl=hd:/?device=/dev/disk/by-id/usb-SanDisk_Ultra_04015fec...342821ec-0:0-part2&filesystem=auto
fixed, see https://en.opensuse.org/SDB:System_upgrade_to_Leap_15.5#5._Update_the_repos