https://bugzilla.suse.com/show_bug.cgi?id=1214135 https://bugzilla.suse.com/show_bug.cgi?id=1214135#c15 --- Comment #15 from Michael Andres <ma@suse.com> --- (In reply to Bill Wayson from comment #12)
After reading this, I copied all of the /etc/zypp/repos.d/openSUSE\:*.repo files to a location outside of /etc, and then used "yast2 repositories" to modify one (and only one) of the openSUSE service repos (repo-oss). I simply changed "http" in the URI to "https". Interestingly (to me):
1. That repo file had these lines added to it: path=/ type=rpm-md keeppackages=0 and this line deleted: service=openSUSE
Thank's a lot! The deleted 'service=openSUSE' line is what decouples the repository from the service. The added lines are unnecessary, but don't do harm. It looks like YAST does not simply change the URL in the RepoInfo it holds, but creates a new one and transfers the data manually. Missing the ones it probably does not know about. -- You are receiving this mail because: You are on the CC list for the bug.